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

New Easy In Purchase

Record purchase header details and add item rows below

arrow_back Back
@endsection @section('content') @if($errors->any())
Please correct the highlighted fields.
@endif
@csrf
receipt_longPurchase Header
@error('supplier_name')
{{ $message }}
@enderror
@error('invoice_number')
{{ $message }}
@enderror
@error('lpo_number')
{{ $message }}
@enderror
@error('purchase_date')
{{ $message }}
@enderror
table_chartPurchase Items
Grand Total: AED 0.00
Item Description * Unit * Quantity * Unit Price Total Amount Division Notes
Cancel
@endsection @push('styles') @endpush @push('scripts') @endpush