{{--
--}}
  • profile
    profile
    {{--

    --}}

    {{ Auth::user()->first_name }} {{ Auth::user()->last_name }}

    {{ Auth::user()->email }}

    {{ Auth::user()->roles->pluck('name')->implode(', ') }}

    {{--

    --}}
      @csrf
    • Log Out