@extends('layouts.admin-simple') @section('title', 'Create Material Request') @section('breadcrumb') @endsection @section('page-title')

Create Material Request

Request materials from inventory for project use

arrow_back Back to List
@endsection @section('styles') @endsection @section('content')
assignment Material Request Form
@csrf
info Request Information
@error('request_date')
{{ $message }}
@enderror
@error('material_request_number')
{{ $message }}
@enderror

shopping_cart Items Selection & Management
Item Requested Qty Unit Action

info Summary: 0 items
arrow_back Cancel
@endsection @push('scripts') @endpush