@extends('layouts.admin-simple') @section('title', 'New Supplier Delivery') @section('breadcrumb') @endsection @section('page-title')

New Supplier Delivery

Create a new supplier delivery operation

arrow_back Back to List
@endsection @section('content')
@csrf
info Basic Information
@error('delivery_note_number')
{{ $message }}
@enderror
@error('operation_date')
{{ $message }}
@enderror
@error('lpo_number')
{{ $message }}
@enderror
@error('supplier_id')
{{ $message }}
@enderror
@error('division')
{{ $message }}
@enderror
inventory Materials & Items
Item Quantity Unit Unit Price Total Price Batch Number Production Date Expiry Date Actions
Total Amount (AED): 0.00
person Received By & Additional Information
@error('received_by')
{{ $message }}
@enderror
@error('received_by_name')
{{ $message }}
@enderror
@error('notes')
{{ $message }}
@enderror
cancel Cancel
@endsection @push('styles') @endpush @push('scripts') @endpush