@extends('layouts.business.master') @section('title') {{ __('Sale Reports') }} @endsection @section('main_content')

{{ __('Total Sale') }}

{{ currency_format($total_sale, currency: business_currency()) }}

{{ __('Sales Report List') }}

@include('business::print.header')

{{ __('Sales Report List') }}

@csrf
@if(auth()->user()->accessToMultiBranch()) @endif
@if(auth()->user()->accessToMultiBranch()) @endif @include('business::reports.sales.datas')
{{ __('SL') }}.{{ __('Branch') }}{{ __('Invoice No') }} {{ __('Party Name') }} {{ __('Total Amount') }} {{ __('Discount Amount') }} {{ __('Paid Amount') }} {{ __('Due Amount') }} {{ __('Vat Amount') }} {{ __('Payment Type') }} {{ __('Sale Date') }}
{{ $sales->links('vendor.pagination.bootstrap-5') }}
@endsection