@extends('layouts.master') @section('title') Dashboard @endsection @section('content') @component('components.breadcrumb') @slot('li_1') PAL Centre @endslot @slot('title') Dashboard @endslot @endcomponent @php $roleBlurb = [ 'admin' => 'You oversee the whole system — manage users, roles and master data, and monitor every requisition.', 'station' => 'Create requisitions for your station and resubmit any that are returned for correction.', 'area' => 'Review and approve (or return) requisitions raised by stations in your area.', 'pal' => 'Validate requests, gather quotes, push to Procurement, send POs, confirm deliveries, verify invoices, and close completed files.', 'procurement' => 'Review PAL submissions, issue Purchase Orders, and forward verified invoices to Finance.', 'supplier' => 'Acknowledge POs, deliver, resolve any issues, invoice, and confirm payment received.', 'budget_finance' => 'Process and confirm supplier payments forwarded by Procurement.', ]; @endphp
Role: {{ $user->role_label }}
{{ $roleBlurb[$user->role] ?? '' }}
{{ $c['label'] }}
| Reference | Title | Station | Status | Updated | |
|---|---|---|---|---|---|
| {{ $req->reference_no }} | {{ \Illuminate\Support\Str::limit($req->title, 30) }} | {{ $req->station?->name }} | {{ $req->status_label }} | {{ $req->updated_at->diffForHumans() }} | Open |
| Nothing is waiting on you right now. | |||||
No requisitions yet.
@endforelseNeed something procured?
New Requisition