Go to Management → All roles in permission, click Edit on a role, then under the Planning group enable: Planning module access, View own requisitions, and Create requisitions. Staff must also be assigned to activities on the workplan to see budget lines.
Open role permissions
Grant requisition access to staff
@foreach($queues as $key => $meta)
@php
$params = array_filter(array_merge(request()->except('page', 'queue'), $key !== '' ? ['queue' => $key] : []));
@endphp
{{ $meta['label'] }}
{{ number_format($meta['count']) }}
@endforeach
{{-- Filters --}}
{{ $req->requisition_date?->format('d M Y') ?? $req->created_at?->format('d M Y') }}
{{ $req->created_at?->diffForHumans() }}