@extends('front.inner-layout.app') {{-- {{Session::get('message', 'info')}} --}} @section('content')

My Dashboard

@include('front.inner-layout.header')

YTD takings

${{number_format($yearlyTotal,2)}}

Takings this month

${{number_format($monthlyTotal,2)}}

Todays takings

${{number_format($todayTotal,2)}}

Total clients

{{$clientCount}}

Bookings this month

{{$bookingThisMonth}}

New clients this month

{{$newClientCount}}
@endsection @section('modals')
@endsection @section('css') @endsection @section('jss') @endsection