@extends('layouts.app') @section('title', 'New Purchase') @section('breadcrumb') @endsection @push('styles') @endpush @section('content')
@csrf
{{-- ══════════════════════════ LEFT ══════════════════════════ --}}
{{-- Header Card --}}
Purchase Details
{{-- Supplier --}}
@can_permission('suppliers.create') @endcan_permission
@error('supplier_id')
{{ $message }}
@enderror
{{-- Invoice No --}}
@error('invoice_no')
{{ $message }}
@enderror
{{-- Date --}}
{{-- Status --}}
"Received" adds stock to inventory immediately.
{{-- Account --}}
{{-- Payment Method --}}
{{-- Notes --}}
{{-- Product Search --}}
Search & Add Products
{{-- Live results dropdown --}}
Click a result to add it. Or use Add Row below for manual entry.
{{-- Items Table --}}
Purchase Items 0
No items yet. Search above or click Add Row.
Product / Variant Qty Unit Cost (৳) Discount (৳) Warranty Total
{{-- ══════════════════════════ RIGHT ══════════════════════════ --}}
Summary
Subtotal ৳0.00
Discount
Tax / Other

Grand Total ৳0.00
Paying Now
Due After ৳0.00
{{-- Add Serial Numbers Modal --}} {{-- Quick Add Supplier Modal --}} @endsection @push('scripts') @endpush