@extends('layout.admin') @section('head') @extends('layout.header') @section('header_title', 'Dashboard') @endsection @section('content')

Dashboard

{{ $appointmentCount }}

Today Appointments

More info

{{ $completed }}

Completed Appointments

More info

{{ $pending }}

Pending Appointments

More info

{{ $cancel }}

Cancel Appointments

More info

Rs. {{ number_format($sales, 2) }}

Today Sales

More info
Cash SalesRs. {{ number_format($cash, 2) }}
Card SalesRs. {{ number_format($card, 2) }}
Online SalesRs. {{ number_format($online, 2) }}
Credit SalesRs. {{ number_format($credit, 2) }}
More info

Rs. {{ number_format($expenses, 2) }}

Today Expenses

More info

Rs. {{ number_format($balance, 2) }}

Balance

Today Balance
@endsection @section('script') @endsection