@extends('layouts.app') @section('title', 'My Profile') @section('content')
{{ Str::substr($user->name ?? 'U', 0, 1) }}

{{ $user->name ?? 'User' }}

{{ $user->email ?? '' }}

{{ ucfirst($user->role ?? 'customer') }}

{{ $user->phone ?? 'No phone number' }}

Member since {{ \Carbon\Carbon::parse($user->created_at ?? now())->format('F Y') }}

Account Stats
Total Orders
Loading...
Pending Reviews
Loading...
Active Applications
Loading...
Profile Information
@if(session('success')) @endif

{{ $user->name ?? 'Not set' }}

{{ $user->email ?? 'Not set' }}

{{ $user->phone ?? 'Not set' }}

{{ ucfirst($user->role ?? 'customer') }}

{{ \Carbon\Carbon::parse($user->created_at ?? now())->format('d F Y') }}

Recent Activity
Loading...
Loading activity...
@push('styles') @endpush @push('scripts') @endpush