@extends('panel.layouts.app')
@section('page-title')
{{ LaraCore::setting('html_prefix') }} {{ (LaraCore::setting('html_prefix') != '') ? '|' : '' }} Branch Dashboard
@stop
@section('custom-style')
@stop
@section('content')
{{number_format($total_booking)}}
{{$currentMonth}}
{{number_format($bill_amount)}} / {{number_format($total_account_booking)}}
Bill amount / Total amount
{{$current_client}}
{{$current_month}} New Clients
{{$current_receiver}}
{{$current_month}} New Receivers
@stop
@section('custom-scripts')
@stop