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('age_groups.create') }}" class="nav-item btn btn-default ti-plus"> {{ __('age_groups.add_age_group') }}</a>
<a href="{{ route('age_groups.index') }}" class="nav-item btn btn-default ti-pencil"> {{ __('age_groups.view_age_groups') }}</a>
<a href="{{ route('age_groups.inactive') }}" class="nav-item btn btn-default ti-pencil"> {{ __('age_groups.activate_age_group') }}</a>
</div>
</div>