@section('topheader')
@show
@section('header')
@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