@extends('layouts.business.master') @section('title') {{ __('Customer Due Reports') }} @endsection @section('main_content')
{{ __("Total Due") }}
{{ currency_format($total_due, currency: business_currency()) }}