{{ config('app.name') }}

New Booking Request

Full Name: {{ htmlspecialchars($full_name) }}
Company Name: {{ htmlspecialchars($company_name) }}
Website: {{ htmlspecialchars($website) }}
Telephone No.: {{ htmlspecialchars($telephone_no) }}
Position: {{ htmlspecialchars($position) }}
Email: {{ htmlspecialchars($email) }}
Preferred Time to Call: {{ htmlspecialchars($timing) }}
Message: {{ htmlspecialchars($usermessage) }}
Reply to {{ htmlspecialchars($first_name ?? $full_name) }}

{{ config('app.name') }} Team

© {{ \Carbon\Carbon::now()->year }} {{ config('app.name') }}. All rights reserved.