@extends('business::layouts.master') @section('title') {{ __('Transaction Reports') }} @endsection @section('main_content')
{{ __('Due') }}
{{ currency_format($total_due, 'icon', 2, business_currency()) }}
{{ __('Paid') }}
{{ currency_format($total_paid, 'icon', 2, business_currency()) }}
| {{ __('SL') }}. | {{ __('Invoice Number') }} | {{ __('Party Name') }} | {{ __('Total Due') }} | {{ __('Pay Due Amount') }} | {{ __('Payment Type') }} | {{ __('Payment Date') }} |
|---|