@include('components.notifications')
# |
Production ID |
Reference No |
Start Date |
End Date |
Production Status |
Posting Status |
Approval Status |
Actions |
@forelse($productions as $production)
{{ $loop->iteration }} |
{{ $production->pro_gen_id }} |
{{ $production->ref_no }} |
{{ $production->start_date }} |
{{ $production->end_date }} |
{{ ucfirst($production->status) }} |
|
|
|
@empty
No productions found. |
@endforelse
@endsection