@php $page="all"; $UserType = Session::get('UserType'); $UserId = Session::get('UserId'); @endphp {{authUser()}} {{projectTitle()}} @include('headerscript')
@section('topheader') @show @section('header')
  • UI Components
  • @if($UserType == 'Optometrist') @include('incadminmenu') @endif @if($UserId == '38' || $UserId == '39' || $UserId == '40') @include('incadminmenu') @endif @if($UserId == '38' || $UserId == '39' || $UserId == '40') @else @if($UserType == 'Consultant' || $UserType == 'Admin' || $UserType == 'Superadmin') @include('incadminmenu') @endif @endif @if($UserType == 'Reception') @include('incadminmenu') @endif @if($UserType == 'Optical') @include('incopticalmenu') @endif
@show
@section('content') @show @section('footer') @show
@include('footerscript') @section('scriptcontent') @show