@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

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