@extends('layouts.app') @section('mobile-title', 'Profile') @section('mobile-subtitle', $user->name) @section('content')
{{ collect(explode(' ', $user->name))->map(fn ($part) => substr($part, 0, 1))->take(2)->join('') }}

{{ $user->name }}

{{ ucfirst($user->role) }} · Stephup Construction

12
Active Projects
8
Certifications
98%
Safety Rating

Certifications

@foreach ([['OSHA 30-Hour', 'Dec 2026', 'bg-emerald-50'], ['Site Safety Manager', 'Aug 2025', 'bg-blue-50'], ['Advanced First Aid', 'Mar 2025', 'bg-zinc-100']] as [$title, $expires, $color])
{{ $title }}Expires: {{ $expires }} visibilityVIEW
@endforeach

Recent Activity

@foreach ([['Approved Field Report', 'Skyline Tower B · 2 hours ago', 'border-emerald-700'], ['Uploaded 4 photos', 'Foundation Pour · Yesterday', 'border-blue-700'], ['Completed Safety Audit', 'Metro Extension Project · Oct 24, 2023', 'border-slate-600']] as [$title, $detail, $color])
{{ $title }}
{{ $detail }}
@endforeach

Account

lockSecurity & Password chevron_right
notificationsNotifications chevron_right
@csrf

Change password

@csrf @method('PUT')
@endsection