TNA List

@if (session('message'))
× {{ session('message') }}.
@endif
{{-- --}} @forelse ($tnas as $tna) {{-- --}} @empty @endforelse
Buyer Style PO Number ItemColor PictureTotal Qty PO Date Shipment Date Lead Days Updated At Action
{{ $tna->buyer }} {{ $tna->style }} {{ $tna->po }} {{ $tna->item }}{{ $tna->color }} Picture{{ $tna->qty_pcs }} {{ $tna->po_receive_date }} {{ $tna->shipment_etd }} {{ $tna->total_lead_time }} {{ $tna->updated_at->diffForHumans() }} {{-- @can('TNA-CURD')
@csrf
@endcan --}} @if (auth()->user()->role_id == 1 || auth()->user()->role_id == 4)
@csrf
@endif @if (auth()->user()->role_id == 1)
@csrf @method('DELETE')
@endif
No TNA Found