@extends('layouts.agency') @section('title', 'Home Page') @section('content') {{-- @php--}} {{-- print_r(Auth::user()); die;--}} {{-- @endphp--}} Dashboard Total Customers {{isset($totalCustomers) ? $totalCustomers : ''}} Total Leads {{isset($totalLeads) ? $totalLeads : ''}} Current Leads {{isset($currentLeads) ? $currentLeads : ''}} Script Code Copy Script Code @endsection