{{ $branch['client']['ShopCompany'] }}
{{ $branch['Address'] }}
{{ $branch['ZIP'] }} {{ $branch['City'] }}
{{ EU_COUNTRIES[$branch['Country']] ?? '' }}
|
|
Email |
{{ $branch['eMail'] }} |
Mobile |
{{ $branch['config']['mobile'] ?? '-' }} |
Phone No |
{{ $branch['Phone'] }} |
|
Service Fee |
{{ isset($branch['config']) ? STATUS[$branch['config']['service_fee']] : '-' }} |
Special Service |
{{ isset($branch['config']) ? STATUS[$branch['config']['is_special_service']] : '-' }} |
|
Tax |
{{ isset($branch['config']) ? ($branch['config']['tax'] ? 'Yes' : 'No') : '-' }} |
Tax ID |
{{ isset($branch['config']) ? $branch['config']['tax_id'] : '-' }} |
|