@forelse ($tnas as $tna)
{{-- @dd($tna) --}}
{{ $tna->buyer }} |
{{ $tna->style }} |
{{ $tna->po }} |
{{ $tna->item }} |
{{-- {{ $tna->color }} |
 }}) | --}}
{{ $tna->qty_pcs }} |
{{ $tna->po_receive_date }} |
{{ $tna->shipment_etd }} |
@if (auth()->user()->role_id == 4 || auth()->user()->role_id == 1)
{{ $tna->updated_at->diffForHumans() }} |
@endif
{{-- {{ $tna->total_lead_time }}
| --}}
show
@if ($tna->buyer_id == 11)
Copy
@endif
@can('TNA-CURD')
Edit
@if (auth()->user()->role_id == 4 || auth()->user()->role_id == 1)
Plan
@endif
@can('TNA-Factory')
{{-- @if ($tna->cutting_plan == null)
@endif
@if ($tna->cutting_actual == null)
@endif
--}}
@endif
@if (auth()->user()->role_id == 4 || auth()->user()->role_id == 1)
{{-- @if (auth()->user()->email == 'shakib@ntg.com.bd')
@else --}}
{{-- @endif --}}
@endif
@endcan
|
@empty
No TNA Found |
@endforelse