@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 Report' ) }}
  • {{ sprintf( __( 'By : %s' ), Auth::user()->username ) }}
{{ ns()->option->get( 'ns_store_name' ) }}
{{ __( 'Summary' ) }} {{ __( 'Total' ) }}
@{{ summary.label }} @{{ summary.total | currency }}
{{ __( 'Total' ) }} @{{ report.total | currency }}
@endsection