@push('title') Create Purchase Return @endpush Add New Purchase Return @csrf {{-- ── Row 1: Date / Supplier / Warehouse ── --}} Purchase Return Date * Supplier * Select Supplier @foreach($suppliers as $supplier) id ? 'selected' : '' }}> {{ $supplier->name }} @endforeach Select a supplier first to search its products. Warehouse * Select Warehouse @foreach($warehouses as $warehouse) id ? 'selected' : '' }}> {{ $warehouse->name }} @endforeach {{-- ── Product Search ── --}} Search & Add Products {{-- ── Order Items Table ── --}} # Product Code Unit Batch Qty Unit Price Discount Tax (Rs) Subtotal No products added yet. Search and add products above. {{-- Totals ── --}} Subtotal Rs {{ old('subtotal', '0.00') }} Total Discount - Rs {{ old('total_discount', '0.00') }} Total Tax Rs {{ old('total_tax', '0.00') }} Grand Total Rs {{ old('grand_total', '0.00') }} {{-- Hidden inputs for totals ── --}} {{-- ── Note ── --}} Note {{ old('note') }} Save Purchase Return