@extends('layouts.app') @section('page_title', 'My Profile') @section('content')
@if(isset($user['avatar'])) Profile Picture @else
@endif

{{ $user['name'] ?? 'User Name' }}

{{ $user['role'] ?? 'Role' }}

Profile Information
@csrf @method('PUT')

Change Password
@csrf @method('PUT')
@endsection @push('scripts') @endpush @push('styles') @endpush