@extends( 'layout.dashboard' ) @section( 'layout.dashboard.body' )
@include( Hook::filter( 'ns-dashboard-header', '../common/dashboard-header' ) )
@include( '../common/dashboard/title' )
  • {{ sprintf( __( 'Date : %s' ), ns()->date->getNowFormatted() ) }}
  • {{ __( 'Document : Sale By Payment' ) }}
  • {{ sprintf( __( 'By : %s' ), Auth::user()->username ) }}
{{ ns()->option->get( 'ns_store_name' ) }}
{{ __( 'Account' ) }} {{ __( 'Debit' ) }} {{ __( 'Credit' ) }}
@{{ expenseGroup.account }} : @{{ expenseGroup.name }} @{{ 0 | currency }} @{{ expenseGroup.total | currency }}
@{{ expenseGroup.account }} : @{{ expenseGroup.name }} @{{ expenseGroup.total | currency }} @{{ 0 | currency }}
{{ __( 'Sub Total' ) }} @{{ report.total_debit ? report.total_debit : 0 | currency }} @{{ report.total_credit ? report.total_credit : 0 | currency }}
{{ __( 'Balance' ) }} @{{ balance | currency }}
@endsection