{{-- profile --}}
  • User Image Profile
    User Image
    {{ Auth::user()->name ?? '-' }} - {{ Auth::user()->role->name ?? '-' }}

    @if (Auth::user()->role->id=='3' ) Profile @else Profile @endif Logout
    @csrf
  • {{-- full page --}}