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

Duty Roaster Approval


{{--@if(Session::has('message')) @endif--}}
@if(Session::has('message')) @endif
{{--
--}}
@if(!empty($scheduleData))

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 {{--@include('schedule.partial.duty-roaster-approval-chart')--}} {{--@if(isset($year_id) && isset($month_id))--}} @if(isset($vehicle_id))

Duty Roaster Approval


@if(!empty($scheduleData))
@else
NO DATA FOUND FOR APPROVAL.
@endif
@endif {{--@if(isset($year_id) && isset($month_id))--}} @if(!empty($scheduleData))

Roaster Approval

{{--
--}}
  • approved_yn == \App\Enums\YesNoFlag::YES)) checked @elseif(!$boatRosterApproval) checked @endif />
  • approved_yn != \App\Enums\YesNoFlag::YES)) checked @endif />
@endif @include('approval.workflowmodal_2') @endsection @section('footer-script') @endsection