%PDF- %PDF-
Direktori : /home/forge/api-takeaseat.eco-n-tech.co.uk/resources/views/emails/therapist/bookings/ |
Current File : //home/forge/api-takeaseat.eco-n-tech.co.uk/resources/views/emails/therapist/bookings/new.blade.php |
@component('mail::message') Hi {{ $first_name }} <p>Congratulations you have a new booking from Take a Seat. Please check the details below and make sure to contact the client if possible. The client has been sent an email with confirmation and your contact details. You have up to 48 hours before the session starts to make any changes.</p> <p>As per the terms and conditions, any future bookings with the client must be made through the site, please see the ownership & introductions policy for further information.</p> @component('mail::table') | Date & Time | Session Type | Total | |:------------- |:------------ |:----- | @foreach($bookings as $booking) | {{ $booking->start_date->format('d M Y H:i').' - '.$booking->end_date->format('H:i') }} | {{ $booking->session->name }} | {{ money(\App\Helpers\MoneyHelper::stripeFormat($booking->payment->amount)) }} | @endforeach @endcomponent @component('mail::panel') **{{ $client_name }}:**<br/><br/> @if($client_email) <strong>Email:</strong> <a href="mailto:{{ $client_email }}">{{ $client_email }}</a><br /> @endif @if($client_phone) <strong>Phone:</strong> <a href="tel:{{ $client_phone }}">{{ $client_phone }}</a> @endif @endcomponent @component('mail::button', ['url' => $url]) Manage Bookings @endcomponent <p> Kind Regards <br /> Lisa <br /> Customer Success </p> @endcomponent