@extends('layout.app') @section('content')
ID | Requisition No. | Branch | Status | Create Date | Location | Purposes | Recommendations | Remarks | Employee Name | Submited By | Submitted File |
---|---|---|---|---|---|---|---|---|---|---|---|
{{ $r->id }} | {{ $r->requisition_number}} | {{ $r->branchName}} | {{ $r->status }} | {{ date('d-M-Y H:i:s A', strtotime($r->created_at)) }} | {{ $r->location }} | {{ $r->purposes }} | {{ $r->recommendation }} | {{ $r->remark}} | {{ $r->name}} | {{ $r->author}} |
@if($extension ==='pdf')
File Not Provided@endif |