@extends('backend.layouts.master') @section('section-title', 'Purchase') @section('page-title', 'Add Purchase') @section('action-button') Purchase List @endsection @section('content') @if (auth()->user()->branch_id == 1) @if ($filterBranchId != null)
@csrf
@if (auth()->user()->branch_id == 1) @else @endif {{-- Purchase Date --}}
{{-- Purchase No --}}
{{-- Note --}}
{{-- Supplier --}}
{{-- --}}

{{-- Product --}}
{{-- --}} {{-- Discount --}} {{-- Total Amount --}} {{-- Payment Method --}} {{-- Paid Amount --}} {{-- Due Amount in --}}
#SL Product Rate Qty Sub Total
Grand Total
Discount
Payable Amount
Bank Account
Paid Amount
Due Amount
{{-- Submit & Reset Button --}}
@else

Please Select Branch

@endif @else
@csrf
@if (auth()->user()->branch_id == 1) {{--
{{ $errors->first('branch_id') }}
--}} @else @endif {{-- Purchase Date --}}
{{-- Purchase No --}}
{{-- Note --}}
{{-- Supplier --}}
{{-- --}}

{{-- Product --}}
{{-- --}} {{-- Discount --}} {{-- Total Amount --}} {{-- Payment Method --}} {{-- Paid Amount --}} {{-- Due Amount in --}}
#SL Product Rate Qty Sub Total
Grand Total
Discount
Payable Amount
Bank Account
Paid Amount
Due Amount
{{-- Submit & Reset Button --}}
@endif {{-- Add Modal --}}
@csrf @if (auth()->user()->branch_id == 1) @foreach ($allBranch as $data) @endforeach @endif
@endsection @push('js') {{-- --}} @endpush