{{ $data == null ? 'Upload' : 'Update ' }} Customer Details
:message
')) }}
@endif
Seller Details
@if ($data && $data->getRole() == 'vendor')
@endif
@if ($data && $data->getRole() == 'vendor' && $data->hasTax())
@endif
| Key | Value |
|---|---|
| {{ ucwords(str_replace('_', ' ', $key)) }} | {{ $item }} |
| Key | Value |
|---|---|
| Full legal name | {{ $data->getTax->name }} |
| Tax Payer ID | {{ $data->getTax->payer_id }} |
| Drivers License |
@if ($data->getMeta('document'))
Download
@else
Not Uploaded @endif |
| Busniess Disregarded Entity | {{ $data->getTax->disregarded == 1 ? 'Yes' : 'No' }} |
| Busniess Taxes File |
@if ($data->getTax->business_document)
Download
@else
Not Uploaded @endif |
| Articles of Incorporation |
@if ($data->getMeta('document'))
Download
@else
Not Uploaded @endif |