@extends('layouts/contentLayoutMaster') @section('title', 'Dashboard') @section('vendor-style') {{-- Page Css files --}} @endsection @section('page-style') {{-- Page Css files --}} @endsection @section('content')

General Statistics

{{ $total_patient }}

Total Patients

{{ $new_patients }}

New Patient

{{ $new_invoice }}

New Invoice's

Food Count By Cuisine

@foreach ($foodCountByCuisine as $key=>$value)

{{ $key }}

Total Food {{ $value }}

@endforeach
@endsection @section('vendor-script') {{-- Vendor js files --}} {{-- --}} @endsection @section('page-script') @endsection