@extends( 'layout.dashboard' ) @section( 'layout.dashboard.with-title' )
  • {{ sprintf( __( 'Date : %s' ), ns()->date->getNowFormatted() ) }}
  • {{ __( 'Document : Customer Statement' ) }}
  • {{ sprintf( __( 'Customer : %s' ), '{' . '{selectedCustomerName}' . '}' ) }}
  • {{ sprintf( __( 'By : %s' ), Auth::user()->username ) }}
{{ ns()->option->get( 'ns_store_name' ) }}

{{ __( 'Summary' ) }}

{{ __( 'Total Purchases' ) }} @{{ report.purchases_amount | currency }}
{{ __( 'Due Amount' ) }} @{{ report.owed_amount | currency }}
{{ __( 'Wallet Balance' ) }} @{{ report.account_amount | currency }}
{{ __( 'Credit Limit' ) }} @{{ report.credit_limit_amount | currency }}
{{ __( 'Total Orders' ) }} @{{ report.total_orders }}


{{ __( 'Orders' ) }}

{{ __( 'Order' ) }} {{ __( 'Total' ) }}
@{{ order.code }} @{{ order.total | currency }}
@endsection @section( 'layout.dashboard.footer.inject' ) @endsection