@if($baseline_reports->count()>0)
| Baseline Reports |
@forelse ($baseline_reports as $r)
| {{ $r['report_name']}} |
@empty
| NO ASSIGNED REPORTS |
@endforelse
@endif
@if($pos_reports->count() > 0)
| POS Reports |
@forelse ($pos_reports as $r)
| {{ $r['report_name']}} |
@empty
| NO ASSIGNED REPORTS |
@endforelse
@endif
@if($inv_reports->count() > 0)
| Inventory Reports |
@forelse ($inv_reports as $ir)
| {{ $ir['report_name']}} |
@empty
| NO ASSIGNED REPORTS |
@endforelse
@endif