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

Dashboard

{{$tot_active_customer}}

Customers

More info

{{$today_appointment}}

Today Appointments

More info
@endsection @section('script') @endsection