changes-2

This commit is contained in:
KNaveenraj-ladybird
2023-10-12 13:05:01 +05:30
parent 431dd05bf2
commit d2a8c828a8
42 changed files with 1046 additions and 1000 deletions

View File

@@ -255,7 +255,7 @@ class="nav-item d-none d-sm-inline-block active"
<tr>
<th>{{trans('lang.department')}}</th>
@forelse($statuses as $status)
<th>{!! $status !!}</th>
<th>{{trans('lang.'.strtolower($status))}}</th>
@empty
@endforelse