@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('incoptomenu') @endif @if($UserId == '38' || $UserId == '39' || $UserId == '40' || $UserId == '46' || $UserId == '42' || $UserId == '50' || $UserId == '51' || $UserId == '52' || $UserId == '53' || $UserId == '54' || $UserId == '55' || $UserId == '56') @include('incotherconsultmenu') @endif @if($UserId == '28' || $UserId == '29' || $UserId == '34' || $UserId == '41') @include('incadminmenu') @endif @if($UserType == 'Reception') @include('increceptionmenu') @endif @if($UserType == 'Optical') @include('incopticalmenu') @endif
@show
@section('content') @show @section('footer') @show
@include('footerscript') @section('scriptcontent') @show