{{ get_business_name() }}

{{ $page_title }}

@switch(Request::get('view')) @case('monthly') @include('accounting::report.budget.partials.monthly_view_table')
@break @case('quarterly') @include('accounting::report.budget.partials.quarterly_view_table')
@break @default
{{ trans('accounting::lang.an_error_occurred') }}
@endswitch