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