@extends('layouts.business.master') @section('title') {{ __('Sale Reports') }} @endsection @section('main_content')
{{ __('Total Sale') }}
{{ currency_format($total_sale, currency: business_currency()) }}
| {{ __('SL') }}. | @if(auth()->user()->accessToMultiBranch()){{ __('Branch') }} | @endif{{ __('Invoice No') }} | {{ __('Party Name') }} | {{ __('Total Amount') }} | {{ __('Discount Amount') }} | {{ __('Paid Amount') }} | {{ __('Due Amount') }} | {{ __('Vat Amount') }} | {{ __('Payment Type') }} | {{ __('Sale Date') }} |
|---|