IMHAPPY
{{ Auth::user()->first_name ?? 'User' }} @php $type = Auth::user()->user_type; @endphp @if($type == 'super_admin') @elseif($type == 'doctor') @elseif($type == 'patient') @elseif($type == 'clinic') @else @endif
    @role('doctor')
  • Profile
  • @endrole
  • @csrf