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

Create Material Request

Request indirect goods materials for a project

arrow_back Back to List
@endsection @section('styles') @endsection @section('content')
assignment Indirect Goods Material Request Form
@csrf
info Request Information
@error('request_date')
{{ $message }}
@enderror
@error('project_id')
{{ $message }}
@enderror
@error('division_id')
{{ $message }}
@enderror
@error('receiver_name')
{{ $message }}
@enderror
PDF, DOC, DOCX, JPG, PNG (max 10MB) @error('request_file')
{{ $message }}
@enderror
@error('notes')
{{ $message }}
@enderror

shopping_cart Request Items
Indirect Good * Quantity Requested * Notes Action

info Total Items: 1
arrow_back Cancel
@endsection @push('scripts') @endpush