@extends('layout') @section('content') @php $UserType = Session::get('UserType'); @endphp @if(!isOpticalUserType($UserType))
@else
@include('optical.optical-dashboard', ['opticalStats' => $opticalStats])
@endif @endsection