@extends('layout.main') @section('body') @php $menu = 'Profile'; $pageTitle = 'User Profile'; @endphp @include('layout.navbar') @include('layout.sidebar') {{-- Main Content --}}
{{ Auth::user()->name }}

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

@csrf

Edit Your Personal Data

  • Please fill in your name
  • Please fill in your username
  • Please fill in your email
@csrf

Edit Your Personal Password

  • Please fill in your current password
  • Please fill in your new password
@endsection