{{ $ii }} |
{{ $le->Estimate_Code }} |
{{ date('m/d/Y', strtotime($le->Estimate_Date)) }} |
{{ $le->Estimate_Due_Date ? date('m/d/Y', strtotime($le->Estimate_Due_Date)) : '' }} |
{{ $le->Estimate_Vessel }} |
{{ $le->Estimate_Sales_Rep }} |
{{ $le->customer->Name }} |
{{ $le->contact->Contact_Name }} |
@php
$contadorProcesados = 0;
for ($i=0; $i < count($le->estimatedetail); $i++) {
if($le->estimatedetail[$i]['Estimate_Detail_processed'] === 1)
{
$contadorProcesados++;
}
}
@endphp
{{ $le->estimatedetail ? count($le->estimatedetail) . '/' . $contadorProcesados : '' }} |
{{ date('m/d/Y H:i', strtotime($le->updated_at)) }} |
{{--
--}}
|
@empty
No data |
@endforelse