@component('mail::message')
# Inquiry Confirmation

@if ($inquiry->target_grade && $inquiry->target_year)
Thank you for taking the time to contact us regarding a **Grade {{ $inquiry->target_grade }} student** starting in **{{ $inquiry->target_year.'/'.($inquiry->target_year - 1999) }}**.
@else
Thank you for taking the time to fill in the form.
@endif

@if ($livestream_registrations->count())
@foreach ($livestream_registrations as $livestream_registration)
You have registered for the **{{ $livestream_registration->livestream->name }}** on **{{ $livestream_registration->livestream->date }}**.

@component('mail::button', ['url' => $livestream_registration->url])
Join the {{ $livestream_registration->livestream->name }}
@endcomponent
@endforeach

We will send you a reminder email closer to the date if you lose track of this email.
@endif

@if ($inquiry->filtered_tags->count())
At any time you can return to your personalized webpage where you can find helpful links.

@component('mail::button', ['url' => $inquiry->url])
View Personalized Webpage
@endcomponent
@endif

If you have any questions please contact us at [admissions@brentwood.ca](mailto:admissions@brentwood.ca).

Thank you for your interest in Brentwood College School. We look forward to speaking with you soon.

Brentwood Admissions  
[250 743-8770](tel:12507438770)  
[admissions@brentwood.ca](mailto:admissions@brentwood.ca)  
@endcomponent
