@extends('adminlte::page') @section('title', 'Profile') @section('content_header')

My Profile

@stop @section('content')
User profile picture

{{ $user->name }}

{{ $user->email }}

@csrf
Max size: 2MB (jpg, jpeg, png, gif)

Account Information

Member Since

{{ $user->created_at->format('d M Y') }}


Email Status

@if($user->email_verified_at) Verified @else Not Verified @endif

Update Profile Information

@csrf

Change Password

@csrf
Minimum 8 characters
@stop @section('css') @stop @section('js') @stop