@section('topheader')
@show
@section('header')
@if($UserType == 'Optometrist' && !usesCustomMenuAccess())
@include('incoptomenu')
@endif
@if(!usesCustomMenuAccess() && ($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(shouldShowFilteredAdminMenu())
@include('incadminmenu')
@endif
@if(
usesCustomMenuAccess()
? hasSectionMenuAccess('optical')
: isOpticalUserType($UserType)
)
@include('incopticalmenu')
@endif
@include('inc-user-account-menu')
@show
@section('content')
@show
@section('footer')
@show