mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +00:00
7 lines
494 B
PHP
Executable File
7 lines
494 B
PHP
Executable File
<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> |