{{ session('success') }}
Service Provider Owner Information
 }})
{{ $businessOwner->first_name }} {{ $businessOwner->last_name }}
{{ $businessOwner->email }}
{{ $businessOwner->phone }}
Personal Information
Date of Birth
{{ \Carbon\Carbon::parse($businessOwner->dob)->format('F d, Y') }}
SSN
{{ ($businessOwner->ssn) }}
Address Information
Street
{{ $businessOwner->street_name }}
Apt/Suite
{{ $businessOwner->apt_suite ?: 'Not provided' }}
City
{{ $businessOwner->city }}
State
{{ $businessOwner->state }}
Postal Code
{{ $businessOwner->postal_code }}
Verification Documents
SSN Document
SSN Document
No SSN document uploaded
ID Document Type
{{ $businessOwner->id_document_type ?: 'Not specified' }}
License (Front)
License (Front)
No license front image uploaded
License (Back)
License (Back)
No license back image uploaded
Passport (Front)
Passport (Front)
No passport front image uploaded
Passport (Back)
Passport (Back/Additional)
No passport additional image uploaded
ID Document
No ID document uploaded
Additional Information
Service Provider ID
{{ $businessOwner->sp_id }}
Account Created
{{ date('F d, Y H:i', strtotime($businessOwner->created_at ?? now())) }}
Last Updated
{{ date('F d, Y H:i', strtotime($businessOwner->updated_at ?? now())) }}