@extends('backend.partials.master') @section('title') {{ __('menus.dashboard') }} @endsection @section('maincontent')
@if (hasPermission('total_parcel') == true) @endif @if (hasPermission('total_user') == true) @endif @if (hasPermission('total_merchant') == true) @endif @if (hasPermission('total_delivery_man') == true) @endif @if (hasPermission('total_hubs') == true) @endif @if (hasPermission('total_accounts') == true) @endif @if (hasPermission('total_partial_deliverd') == true) @endif @if (hasPermission('total_parcels_deliverd') == true) @endif
{{-- salary and account section --}} @if (hasPermission('all_statements') == true)
  • {{ __('dashboard.delivery_man') }} {{ __('dashboard.statements') }}
  • {{ __('income.title') }} {{ settings()->currency }}{{ $d_income }}
  • {{ __('expense.title') }} {{ settings()->currency }}{{ $d_expense }}
  • {{ __('dashboard.balance') }} {{ settings()->currency }}{{ $d_income - $d_expense }}
  • {{ __('dashboard.merchant') }} {{ __('dashboard.statements') }}
  • {{ __('income.title') }} {{ settings()->currency }}{{ $m_income }}
  • {{ __('expense.title') }} {{ settings()->currency }}{{ $m_expense }}
  • {{ __('dashboard.balance') }} {{ settings()->currency }}{{ $m_income - $m_expense }}
  • {{ __('hub.title') }} {{ __('dashboard.statements') }}
  • {{ __('income.title') }} {{ settings()->currency }}{{ $h_income }}
  • {{ __('expense.title') }} {{ settings()->currency }}{{ $h_expense }}
  • {{ __('dashboard.balance') }} {{ settings()->currency }}{{ $h_income - $h_expense }}
@endif
@if (hasPermission('income_expense_charts') == true)
@endif @if (hasPermission('courier_revenue_charts') == true)
{{-- courier revinue pie charts --}} @endif
@if (hasPermission('calendar_read') == true)
@endif
@endsection @push('styles') @endpush @push('scripts') @include('backend.dashboard-charts') @include('backend.calender-js') @endpush