{{-- resources/views/emails/notifications/post-appointment-thank-you.blade.php --}} @extends('email.layouts.main') @section('title', 'Thank You for Visiting') @section('header_title', 'Thank You!') @section('content')

Hello {{ $booking->user->name }},

Thank you for your recent visit to {{ $booking->company->name }}!

We value your feedback. Please let us know how we did by leaving a quick review:

Leave a Review

Thanks again for choosing {{ $booking->company->name }}! We look forward to seeing you next time.

@endsection