{{ __('Work Category') }}

List of Work Category

@if($data) @php $i = 1; @endphp @foreach ($data as $val) @endforeach
Sr. No. Name Status Action
{{ $i++}} {{ $val->work_type_name}} @if ($val->status == 1) Active @else Inactive @endif
@else

No any Work Category found

@endif