>>>>>>> origin/main
| # | Type | Submitted By | Stage | Status | Action |
|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ $report->type->name ?? '-' }} | {{ $report->user->name ?? '-' }} | {{ ucfirst($report->current_stage) }} | @php $statusColors = ['approved'=>'success','rejected'=>'danger','pending'=>'warning']; $badgeColor = $statusColors[$report->status] ?? 'secondary'; @endphp {{ ucfirst($report->status) }} |
|
|
No reports found
|
|||||
{{ $reports->links() }}