Duty Roaster Setup
@if(Session::has('message'))
{{ Session::get('message') }}
@endif
{{--@if(isset($month_id) && isset($year_id))--}}
@if(isset($vehicle_id))
All Employees List
| SL |
{{--Zone Area Id | --}}
All |
Boat Name |
{{--Month |
Year | --}}
Active Status |
Action |
@if(isset($boat_employees)&& count($boat_employees))
| 1. |
All Employees |
{{$vehicle_dtl->vehicle_name}} |
{{-- {{$months_list->month_name}} |
{{$year_id}} | --}}
@if($vehicles_status->active_yn=='Y')
YES |
@else
NO |
@endif
Roaster |
@else
|
No data found
|
@endif
@endif