resolved conflicts

This commit is contained in:
2025-03-31 03:46:05 +03:00
6454 changed files with 1520539 additions and 9 deletions
@@ -0,0 +1,7 @@
<div class="panel panel-default">
<div class="panel-body">
<a href="{{ route('sundries.create') }}" class="nav-item btn btn-default ti-plus"> {{ __('sundries.add_sundry') }}</a>
<a href="{{ route('sundries.index') }}" class="nav-item btn btn-default ti-pencil"> {{ __('sundries.sundries') }}</a>
<a href="{{ route('sundries.inactive') }}" class="nav-item btn btn-default ti-pencil"> {{ __('sundries.activate_sundries') }}</a>
</div>
</div>