@extends('layouts.master') @section('title', 'Lawyer Profile') @section('page-title', 'Profile') @section('content')
@if($user->profile_picture) Profile Picture @else 👨‍⚖️ @endif

{{ $user->name }}

{{ $userRole }} | {{ $userGroup }}
Employee ID: {{ $user->id ?? 'N/A' }} | Joined: {{ $user->created_at ? $user->created_at->format('M d, Y') : 'N/A' }}
Active

📊 Performance Statistics

--
Total Cases
--
Cases Won
--
Active Cases
--%
Client Satisfaction

👤 Personal Information

Employee ID: {{ $user->id ?? 'N/A' }}
Email: {{ $user->email }}
Phone: {{ $userPhones->isNotEmpty() ? $userPhones->first()->phone_number : 'N/A' }}
Role: {{ $userRole }}
Group: {{ $userGroup }}
Tier: {{ $userTier }}
Location: {{ $user->location ?? 'N/A' }}

⚖️ Professional Details

Department: {{ $userGroup }}
Joined Firm: {{ $user->created_at ? $user->created_at->format('M d, Y') : 'N/A' }}
Office: Suite --, --th Floor

🎯 Practice Areas & Specializations

General Law {{ $userGroup }}

🎓 Education

Degree in Law
University
Year - Year

📜 Certifications & Honors

Certified {{ $userRole }}
Year

📁 Recent Cases

Case #--
Type: {{ $userGroup }} | Status: Active | Client: N/A

💼 Billable Hours

This Month: -- hours
This Year: -- hours
Annual Target: -- hours
Hourly Rate: $--/hour

📞 Availability

Office Hours: Mon-Fri 9AM-6PM
Next Available: Tomorrow at --:-- PM

🔐 Security Settings

Two-Factor Authentication: Enabled
SMS Verification: Enabled

🔑 Change Password




⚙️ Actions

@endsection