@extends('admin.layouts.app') @section('content')
Manage your account information, profile photo and password.
{{ auth()->user()->email }}
{{ auth()->user()->role }}
Joined {{ auth()->user()->created_at?->format('F d, Y') }}
@if(auth()->user()->avatar) @endif