@extends('layouts.vendor') @section('content')
{{ $code['dial_code'] }} {{ $vendor->number }}
@endif @endforeach{{ $vendor->street }}
{{ $vendor->city }}
{{ $vendor->contact_person ? __('messages.' . $vendor->contact_person) : 'N/A' }}
{{ $vendor->business_model ? __('messages.' . $vendor->business_model) : 'N/A' }}
{{ $vendor->new_in_business ? 'Ja' : 'Nein' }}
{{ match($vendor->status) { 'active' => 'Aktiv', 'blocked' => 'Gesperrt', 'closed' => 'Geschlossen', default => ucfirst($vendor->status), } }}
{{ $vendor->tax_number }}
{{ $vendor->bank_name }}
{{ $vendor->account_owner }}
{{ $vendor->iban_number }}
{{ ucfirst($availability->day) }}:{{ \Carbon\Carbon::parse($availability->open_time)->format('H:i') }} - {{ \Carbon\Carbon::parse($availability->close_time)->format('H:i') }}
@else{{ ucfirst($availability->day) }}:{{ __('messages.closed') }}
@endif @endforeach{{ $vendor->email }}
{{ $vendor->zip_code }}
{{ $vendor->country }}
{{ $vendor->business_type ? __('messages.' . $vendor->business_type) : 'N/A' }}
{{ $vendor->size_of_location? __('messages.' . $vendor->size_of_location) : 'N/A' }}
{{ $vendor->employees }}
{{ $vendor->tax_id }}
{{ $vendor->account_number }}
{{ $vendor->bic_number }}
| {{ __('messages.no_holidays_available') }} | |||
| {{ $holiday->name }} | {{ \Carbon\Carbon::parse($holiday->date)->format('d-m-Y') }} |
{{-- |
|
| {{ __('messages.sales_tier') }} | {{ __('messages.commission') }} | {{ __('messages.shop_fee') }} |
|---|---|---|
| {{ number_format($from, 0, ',', '.') }}€ - {{ number_format($to, 0, ',', '.') }}€ | {{ $commission }}% | {{ number_format($shop_fee, 2, ',', '.') }}€ |