@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 : Annual Report' ) }}
  • {{ sprintf( __( 'By : %s' ), Auth::user()->username ) }}
{{ ns()->option->get( 'ns_store_name' ) }}
{{ __( 'Sales' ) }} {{ __( 'Taxes' ) }} {{ __( 'Expenses' ) }} {{ __( 'Income' ) }}
{{ __( 'January' ) }}
{{ __( 'Febuary' ) }}
{{ __( 'March' ) }}
{{ __( 'April' ) }}
{{ __( 'May' ) }}
{{ __( 'June' ) }}
{{ __( 'July' ) }}
{{ __( 'August' ) }}
{{ __( 'September' ) }}
{{ __( 'October' ) }}
{{ __( 'November' ) }}
{{ __( 'December' ) }}
{{ __( 'Total' ) }}
@endsection