@extends( 'layout.dashboard' ) @section( 'layout.dashboard.body' )
{{ __( 'Sales' ) }} | {{ __( 'Taxes' ) }} | {{ __( 'Expenses' ) }} | {{ __( 'Income' ) }} | |
---|---|---|---|---|
{{ __( 'January' ) }} | @{{ ( report[1] ? report[1][ label ] : 0 ) | currency }} | |||
{{ __( 'February' ) }} | @{{ ( report[2] ? report[2][ label ] : 0 ) | currency }} | |||
{{ __( 'March' ) }} | @{{ ( report[3] ? report[3][ label ] : 0 ) | currency }} | |||
{{ __( 'April' ) }} | @{{ ( report[4] ? report[4][ label ] : 0 ) | currency }} | |||
{{ __( 'May' ) }} | @{{ ( report[5] ? report[5][ label ] : 0 ) | currency }} | |||
{{ __( 'June' ) }} | @{{ ( report[6] ? report[6][ label ] : 0 ) | currency }} | |||
{{ __( 'July' ) }} | @{{ ( report[7] ? report[7][ label ] : 0 ) | currency }} | |||
{{ __( 'August' ) }} | @{{ ( report[8] ? report[8][ label ] : 0 ) | currency }} | |||
{{ __( 'September' ) }} | @{{ ( report[9] ? report[9][ label ] : 0 ) | currency }} | |||
{{ __( 'October' ) }} | @{{ ( report[10] ? report[10][ label ] : 0 ) | currency }} | |||
{{ __( 'November' ) }} | @{{ ( report[11] ? report[11][ label ] : 0 ) | currency }} | |||
{{ __( 'December' ) }} | @{{ ( report[12] ? report[12][ label ] : 0 ) | currency }} | |||
{{ __( 'Total' ) }} | @{{ ( sumOf( label ) ) | currency }} |