@forelse ($tnas as $tna)
{{ $tna->buyer }} |
{{ $tna->style }} |
{{ $tna->po }} |
{{ $tna->item }} |
{{ $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
|
@empty
No TNA Found |
@endforelse