@extends('admin.layout.app') @section('more-head') @endsection @section('main-content')

OPERATIONS MANAGEMENT SYSTEM

Work Program

@can('arrival_supervisor', Auth::user()) @endcan @foreach ($work_programs as $work_program) @can('arrival_supervisor', Auth::user()) @endcan @endforeach @can('arrival_supervisor', Auth::user()) @endcan
No. Date Season Schedule EDITDELETEFIELD REPORT TRUCK LIST
{{ $loop->index + 1 }}. {{ strtoupper(\Carbon\Carbon::parse($work_program->program_date)->format('jS F Y')) }} {{ strtoupper($work_program->season->season_code) }} {{ $work_program->program_schedule }} format('Y-m-d') > \Carbon\Carbon::parse($work_program->program_date)->format('Y-m-d')) onclick="event.preventDefault();" disabled='disabled' oncontextmenu="return false;" @endif>EDIT FIELD REPORT TRUCK LIST
No. Date Season Schedule EDITDELETE FIELD REPORT TRUCK LIST
@endsection @section('more-scripts') @endsection