{{ __('Master Sub Work Type') }}

List of Master Sub Work Type

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

No any record found

@endif