@extends('layouts.default') @section('title') @endsection @section('header-style') {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endsection @section('content') {{--@json($boat_employees)--}}
{{-- @json($month_id)--}} {{--@json($boat_employee ?? ''s) --}} {{-- @json($vehicle_dtl)--}} @if(isset($vehicle_dtl->vehicle_id))

Duty Roaster Setup


@if(Session::has('message')) @endif
{{--
--}}
{{-- --}}
{{--@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.
{{$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}}
No data found
@endif @else

Duty Roaster Setup


{{--@if(Session::has('message')) @endif--}}
{{--
--}}
{{-- --}}
{{--@if($indvApprovalData>0)
SCHEDULE SUBMITTED FOR APPROVAL.
@else--}}
@if(Session::has('message')) @endif

{{--@endif--}}

Pending Approval/Approved

{{csrf_field()}}
# Start Date End Date Time From Time To Holiday Action
 
@endif
@csrf @if(isset($approvalData)) @if($approvalData >'0')
SCHEDULE SUBMITTED FOR APPROVAL.
@else

Action Schedule For Date From Date To
@endif @endif
@endsection @section('footer-script') {{----}} @endsection