@if(session('success')) @endif

Service Provider Owner Information

@if($businessOwner->profile_picture) Profile Image @else Profile Image @endif

{{ $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

@if($businessOwner->ssn_doc_url)

SSN Document

SSN Document
@else

SSN Document

No SSN document uploaded

@endif

ID Document Type

{{ $businessOwner->id_document_type ?: 'Not specified' }}

@if($businessOwner->id_document_type == 'license') @if($businessOwner->license_doc_front_url)

License (Front)

License Front
@else

License (Front)

No license front image uploaded

@endif @if($businessOwner->license_doc_back_url)

License (Back)

License Back
@else

License (Back)

No license back image uploaded

@endif @elseif($businessOwner->id_document_type == 'passport') @if($businessOwner->passport_doc_front_url)

Passport (Front)

Passport Front
@else

Passport (Front)

No passport front image uploaded

@endif @if($businessOwner->passport_doc_back_url)

Passport (Back)

Passport Back
@else

Passport (Back/Additional)

No passport additional image uploaded

@endif @else

ID Document

No ID document uploaded

@endif

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())) }}