@extends('common.admin.layout.base') {{ App::setLocale( isset($_COOKIE['admin_language']) ? $_COOKIE['admin_language'] : 'en' ) }} @section('title') {{ __('Dashboard') }} @stop @section('styles') @parent @stop @section('content')
@permission('dashboard-menus')
{{ __('Graph by Country') }}
person

{{ __('No. of Users') }}

0

motorcycle

{{ __('No. of Providers') }}

0

device_hub

{{ __('No. of Fleets') }}

0

@if(Helper::checkService('ORDER'))
store

{{ __('No. of Shops') }}

0

@endif
@endpermission
@if(Helper::checkService('TRANSPORT'))
{{ __('Total Transports') }}
@endif @if(Helper::checkService('SERVICE'))
{{ __('Total Services') }}
@endif @if(Helper::checkService('ORDER'))
{{ __('Total Orders') }}
@endif @if(Helper::checkService('ORDER') && Helper::checkService('TRANSPORT') && Helper::checkService('SERVICE'))
{{ __('Overall Summary') }}
@endif
{{ __('Wallet Summary') }}
  • Admin Credit $46.07
  • Provider Credit $14.49
  • Provider Debit $-23.27
  • Fleet Credit $0.00
  • Fleet Debit $0.00
  • Commission $12.82
  • Discount $-0.78
  • Tax Amount $12.25
@stop @section('scripts') @parent @stop