@extends('panel.layouts.app') @section('page-title') {{ LaraCore::setting('html_prefix') }} {{ (LaraCore::setting('html_prefix') != '') ? '|' : '' }} Home @stop @section('custom-style') @stop @section('content')

{{$today}}

@if(AppHelper::getMenuPermission('dashboard', Auth::id()) != 'none') @if($isShowHomeStatistics)

{{number_format($total_booking)}}

{{$currentMonth}}

Total Bookings

{{number_format($bill_amount)}} / {{number_format($total_account_booking)}}

Bill amount / Total amount

Bills Pending

{{$current_client}}

{{$current_month}} New Clients

Clients

{{$current_receiver}}

{{$current_month}} New Receivers

Receivers
@endif

Parcels by Courier ({{$current_month}})

Parcels by Type ({{$current_month}})

@if($isShowHomeStatistics)

Business by Client ({{$current_month}})

Monthly Business

@endif @else
Access Restricted: You do not have permission to view the dashboard content.
@endif
@stop @section('custom-scripts') @stop