@extends('app-new') @section('content')
| Req No | Project | Requested By | Required Date | Created | Actions |
|---|---|---|---|---|---|
| {{ $req->requisition_no ?? 'N/A' }} | {{ $req->project->project_name ?? '-' }} | {{ $req->requester->name ?? '-' }} | {{ optional($req?->required_date)->format('Y-m-d') }} | {{ $req?->created_at?->format('Y-m-d') }} | @if($req) View @endif |
| No pending approvals | |||||