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

OPERATIONS MANAGEMENT SYSTEM

Cost Sheets

@php use App\User; @endphp
@foreach ($cost_sheets as $cost_sheet) @endforeach
No. REF NO. GANG TOC SEASON COST SHEET DATE PREPARED BY SUPERVISED BY RECEIVE
{{$loop->index + 1}}. {{$cost_sheet->cost_sheet_ref}} {{$cost_sheet->gang->gang_name}} {{$cost_sheet->port->name}} {{$cost_sheet->season->name}} {{strtoupper(optional(User::find($cost_sheet->wpo_arrival_user))->username)}} {{strtoupper(optional(User::find($cost_sheet->wpo_arrival_supervisor))->username)}} {{$cost_sheet->cost_sheet_date}}
@endsection @section('more-scripts') @endsection