@extends('layouts.dashboard') @section('title', 'My Profile') @section('page-title', 'My Profile') @section('content')
avatar

{{ $user->name }}

@{{ $user->username }}
{{ $user->role }}
@csrf

Change Password

@csrf @method('PUT')

Profile Information

@csrf @method('PUT')
@endsection