@extends('adminlte::page') @section('content')
WIP Jobs Selection
@csrf @method('PUT') @php $i = 0; @endphp @forelse ($jobs as $job) @php $i++; @endphp @empty @endforelse
# {{-- --}} Sel. Vessel/Customer Job Rep Due Date Dept Internal Description Notes Tot. Hrs.
{{ $i }} {{ $job->Customer_PO }} {{ $job->Job }} {{ $job->Sales_Rep }} {{ date('m-d-Y', strtotime($job->Due_Date)) }} {{ $job->Rev }} {{ $job->Ext_Description }} {{ $job->Notes }} {{ number_format($job->Act_Total_Hrs, 2) }}
No data

Cancel




@endsection