@extends('layouts.admin-simple') @section('title', 'Material Request Details') @section('content')
Request #{{ $materialRequest['request_number'] }}
Request Number:
{{ $materialRequest['request_number'] }}
Material Request Number:
{{ $materialRequest['material_request_number'] }}
Request Date:
{{ $materialRequest['request_date'] }}
Status:
@switch($materialRequest['status'])
@case('pending')
pending
Pending Approval
@break
@case('successful')
check_circle
Successful
@break
@case('canceled')
cancel
Canceled
@break
@endswitch
Requested By:
{{ $materialRequest['requested_by'] }}
Project:
{{ $materialRequest['project'] }}
Notes:
{{ $materialRequest['notes'] }}
Attached File:
attachment
View Uploaded File
| Item Code | Description | Unit | Qty Requested | Qty Released | Balance | Available Stock |
|---|---|---|---|---|---|---|
| {{ $item['item_code'] }} | {{ $item['description'] }} | {{ $item['unit'] }} | {{ number_format($item['quantity_requested'], 2) }} | @if($item['quantity_released'] > 0) {{ number_format($item['quantity_released'], 2) }} @else {{ number_format($item['quantity_released'], 2) }} @endif | @if($item['quantity_remaining'] > 0) {{ number_format($item['quantity_remaining'], 2) }} @else 0.00 @endif | {{ number_format($item['quantity_available'], 2) }} |
|
shopping_cart
No items found in this request
|
||||||
{{ $materialRequest['request_date'] }}
by {{ $materialRequest['requested_by'] }}
Materials dispatched and inventory updated
Request was canceled before dispatch