Hi! Thank you for your booking request. {{ config('company.name') }} will will contact you within 24 hours. If you don't hear from us within this delay, feel free to reach us by phone. All details are available on [{{ config('company.website.uri.host') }}]({{ config('company.website.url') }}). Please note that this email is a copy of your request. This is NOT a booking confirmation. ## Details of the request - Language: {{ $data['language'] }} - Name: {{ $data['name'] }} - Email: {{ $data['email'] }} - Phone: {{ $data['countryCode'] }} {{ $data['phone'] }} - From: {{ $data['from'] }} - Duration: {{ $data['for'] }} ### Items @if ( count($data['orders']) > 0 ) | Product | Biker's size | | :------------- | -------------:| @foreach ($data['orders'] as $order) | [{{ $order['product'] }}]({{ config('company.website.url') }}/en/bike-rental/{{ $order['product'] }}) | @if(isset($order['riderheight'])) `{{ $order['riderheight'] }} cm` @else n/a @endif | @endforeach @else No item found. @endif @if( isset($data['message']) ) ### Message {{ $data['message'] }} @endif Thanks,
{{ config('company.name') }} Request date: {{ $metadata['datetime'] }} (server's time)
Request ID: {{ $metadata['request_id'] }}