@extends('layouts.master') @section('page_title', 'Billing') @section('title', 'Billing') @section('main_item', 'Billing') @section('content') @if (session('pdf')) @endif



Add
business_location != '1') style="display: none" @endif>
@csrf
Image Product Quantity Selling Price Line Total

@include('sale.product_list')

Add Payment

@error('invoice_total') @enderror
{{--
@error('addi_charge') @enderror
--}}
@error('invoice_discount') @enderror
@error('invoice_subtotal') @enderror
@endsection @section('scripts') @endsection