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

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