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

{{$today}}

{{$branchName}}

{{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

Parcels by Courier ({{$current_month}})

Parcels by Type ({{$current_month}})

Business by Client ({{$current_month}})

Monthly Business

@stop @section('custom-scripts') @stop