{{ $i }} |
{{ $sd->sheetcode }} |
{{ $sd->jobs ? $sd->jobs->Customer_PO : '' }} |
@php
$limit = 50;
$textLenght = Str::length($sd->jobs->Ext_Description);
$textDescription = Str::substr($sd->jobs->Ext_Description, 0, $limit);
@endphp
{{ $sd->job }} |
{{ $textDescription }} |
{{ $sd->jobs ? date('m/d/Y', strtotime($sd->jobs->Due_Date)) : '' }} |
{{ $sd->department->detail }} |
{{ $sd->status->name }} |
{{ $sd->user->username }} |
@can('specsheets.reports')
@endcan
@if ($this->checkFileSpec(date('Y', strtotime($sd->created_at)), $sd->sheetcode))
@else
@endif
|
@empty
No data |
@endforelse