@if (Auth::check()) @if(Auth::user()->user_type == 'member') @else @endif @else @endif
@if (Auth::check() && Auth::user()->user_type == 'member') @endif