@extends('layouts.app') @section('title','Store Release Vouchers') @section('page-title','SRV - Store Release Vouchers') @section('content')
| SRV No | Date | Project | Material | Qty | Purpose | Requested By | Status | Actions |
|---|---|---|---|---|---|---|---|---|
| {{ $srv->srv_number }} | {{ $srv->date->format('d/m/Y') }} | {{ $srv->project->name ?? '-' }} | {{ $srv->material->name ?? '-' }} | {{ $srv->quantity }} | {{ Str::limit($srv->purpose,30) }} | {{ $srv->requested_by }} | @if($srv->status==='pending')Pending @elseif($srv->status==='approved')Approved @elseif($srv->status==='issued')Issued @else{{ $srv->status }}@endif | @if($srv->status==='pending')@endif @if($srv->status==='approved')@endif |
| No SRVs found. | ||||||||