@extends('layout') @section('content') @php $dashboardImageUrl = dashboardImageUrl(); $dashboardBgColor = dashboardImageBgColor(); @endphp @php $UserType = Session::get('UserType'); @endphp @if(!isOpticalUserType($UserType))
Sanjeevan Hospital Dashboard
@else
@include('optical.optical-dashboard', [ 'opticalStats' => $opticalStats, 'showFullDashboard' => $showFullDashboard ?? false, ])
@endif @endsection @section('scriptcontent') @endsection