@extends('layouts.app', ['class' => 'g-sidenav-show bg-yellow-100']) @section('content') @include('layouts.navbars.auth.topnav', ['title' => 'Your Profile'])
profile_image
{{ auth()->user()->firstname ?? 'Firstname' }} {{ auth()->user()->lastname ?? 'Lastname' }}

Public Relations

@include('components.alert')
@csrf

Edit Profile

User Information


Contact Information


About me

@endsection