@extends('layouts.default') @section('title') @endsection @section('content')
{{--@json($boat_employees) --}}

Duty Roaster Setup


@if(Session::has('message')) @endif
{{--
--}}
{{--@if(isset($month_id) && isset($year_id))--}} @if(isset($vehicle_id))

All Employees List

{{----}} {{----}} @if(isset($boat_employees)&& count($boat_employees)) {{----}} @if($vehicles_status->active_yn=='Y') @else @endif @else @endif
SLZone Area IdAll Boat NameMonth YearActive Status Action
1. All Employees {{$vehicle_dtl->vehicle_name}} {{$months_list->month_name}} {{$year_id}} YESNO Roaster
No data found
@endif
@if(isset($approval_status)) {{--@if(isset($month_id) && isset($year_id))--}} @if(isset($vehicle_id))

Employee List

{{----}} @if(isset($boat_employees) && count($boat_employees) > 0) @foreach($boat_employees as $boat_employee) @endforeach @else @endif
SLZone Area IdEmp Name Designation Active Team Leader Mobile No. Action
{{$loop->iteration}} @if(isset($boat_employee->employee)) {{$boat_employee->employee->emp_name}} @endif @if(isset($boat_employee->designation)) {{$boat_employee->designation->designation}} @endif {{$boat_employee->active_yn == 'Y' ? 'Yes':'No'}} {{$boat_employee->team_leader_yn == 'Y'?'Yes':'No'}} {{$boat_employee->mobile_number}} Roaster
No data found
@endif @endif @endsection @section('footer-script')