@extends('layouts.app') @section('title','Purchase Requests') @section('page-title','Purchase Requests') @section('content')
| PR No | Item | Project | Qty | Est. Cost | Urgency | Status | |
|---|---|---|---|---|---|---|---|
| {{ $pr->pr_number }} | {{ Str::limit($pr->item_description,35) }} | {{ $pr->project->name ?? '-' }} | {{ $pr->quantity }} {{ $pr->unit }} | {{ $pr->estimated_cost ? 'GH₵ '.number_format($pr->estimated_cost,2) : '-' }} | {{ $pr->urgency }} | {{ $pr->status }} | @if($pr->status==='pending')@endif |
| No purchase requests. | |||||||