My Profile
Manage your service provider information
{{ session('success') }}
@endif
{{ substr($serviceProvider->name, 0, 1) }}
{{ $serviceProvider->name }}
{{ $serviceProvider->specialization ?: 'No specialization set' }}
Contact Information
{{ $serviceProvider->email }}
Phone
{{ $serviceProvider->phone ?: 'Not provided' }}
Professional Information
Specialization
{{ $serviceProvider->specialization ?: 'Not specified' }}
Member Since
{{ $serviceProvider->created_at->format('F Y') }}
About Me
@if($serviceProvider->bio)
{{ $serviceProvider->bio }}
@elseNo bio provided yet. Click "Edit Profile" to add your bio.
@endif