@extends('admin/layouts/default') {{-- Page title --}} @section('title') Dashboard @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')

@lang('mof.welcome_to_dashboard')

@if (session('process_error'))
{{ session('process_error') }}
@endif
@if(Sentinel::inRole('admin') || Sentinel::hasAccess('admin.dashboard'))
{{--

@lang('mof.customers')

{{$customers}}

--}}

@lang('mof.total_tax_collected')

{{$total_tax_collected}}

{{--

@lang('mof.rta_invoice')

{{$rta_invoice}}

@lang('mof.rta_payment')

{{$rta_payment}}

@lang('mof.rta_transaction')

{{$rta_transaction}}

@lang('mof.rta_users')

{{$rta_users}}

--}} {{--

@lang('mof.moc_business_class')

{{$moc_business_class}}

@lang('mof.moc_invoice')

{{$moc_invoice}}

@lang('mof.moc_company')

{{$moc_company}}

--}}
@endif
@stop {{-- page level scripts --}} @section('footer_scripts') @stop