{!!Html::style('assets/bootstrap/css/bootstrap.min.css')!!} @if($isValidAccess)
{{Auth::user()->title .' '. strtoupper(Auth::user()->lastName .' '. Auth::user()->firstName .' ' . Auth::user()->otherName) }}
@if($workshopYear < 2022 )
@elseif($workshopYear >= 2022 )
@endif @if($workshopYear < 2022 )
@elseif($workshopYear >= 2022)
@endif
@else
Sorry {{Auth::user()->title .' '. strtoupper(Auth::user()->lastName .' '. Auth::user()->firstName .' ' . Auth::user()->otherName) }},
UNAUTHORIZED ACCESS
@endif