@extends('layouts.admin-simple') @section('title', 'New Easy Out Dispatch') @section('breadcrumb') @endsection @section('page-title')

New Easy Out Dispatch

Issue available Easy In stock from one or more bills to a project

arrow_back Back
@endsection @section('content') @if($errors->any())
Please correct the dispatch details. @error('items')
{{ $message }}
@enderror
@endif
@csrf
receipt_longDispatch Header
@error('project_id')
{{ $message }}
@enderror
@error('dispatch_date')
{{ $message }}
@enderror
@error('received_by')
{{ $message }}
@enderror
@error('purpose')
{{ $message }}
@enderror
table_chartDispatch Items
Choose a bill in each row to load its available items.
Bill / Invoice * MR No. Item Description * Unit Available Balance Quantity to Issue * Division
Cancel
@endsection @push('styles') @endpush @push('scripts') @endpush