@can('sales') @php $title = 'Laporan Produksi'; @endphp @endcan @section('title', $title)
@if (session('success')) @endif
@cannot('sales') Tambah Data @endcannot
@foreach ($konveksi as $index => $item) @endforeach
No No PO Customer Nama Pesanan Progress Terakhir Diupdate Aksi
{{ $index + 1 }} {{ $item->no_po }} {{ $item->customer }} {{ $item->nama_pesanan }} {{ $item->progress->first()?->desc ?? 'Belum ada progress' }} {{ $item->updated_at->diffForHumans() }}
@can('sales') @else @endcan @cannot('sales')
@csrf @method('DELETE')
@endcannot