@extends('layouts.master') @section('title') Requisitions @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Procurement @endslot @slot('title') Requisitions @endslot @endcomponent @if(session('success'))
| Reference | Title | Station | Priority | Est. Total | Status | Created | |
|---|---|---|---|---|---|---|---|
| {{ $req->reference_no }} | {{ $req->title }} | {{ $req->station?->name }} | @php $pc = ['urgent'=>'danger','high'=>'warning','normal'=>'secondary','low'=>'light']; @endphp {{ $req->priority }} | {{ number_format($req->estimated_total, 2) }} | {{ $req->status_label }} | {{ $req->created_at->format('d M Y') }} | View |
| No requisitions yet. Create the first one. | |||||||