@extends('backend.layouts.master') @section('section-title', 'Purchase') @section('page-title', 'Add Purchase') @section('action-button') Purchase List @endsection @section('content')
@csrf
{{-- Purchase Date --}}
{{-- Purchase No --}}
{{-- Note --}}
{{-- Supplier --}}
{{-- --}}

{{-- Product --}}
{{-- Discount --}} {{-- Total Amount --}} {{-- Payment Method --}} {{-- Paid Amount --}} {{-- Due Amount in --}}
#SL Product Variation Rate Qty Sub Total
Grand Total
Discount
Payable Amount
Bank Account
Paid Amount
Due Amount
{{-- Submit & Reset Button --}}
{{-- Add Modal --}}
@csrf
@endsection @push('js') @endpush