64 lines
3.0 KiB
PHP
64 lines
3.0 KiB
PHP
@extends('emails.email-template')
|
|
@section('content')
|
|
<p>Dear {{ $formData['name'] }},</p>
|
|
|
|
<p>
|
|
<b>Explore the Difference at the WRI Education Fair - Your Path to a Brighter Future!</b>
|
|
</p>
|
|
|
|
<p>Your participation has been confirmed for the upcoming WRI Education Fair, scheduled for Sunday,
|
|
October 1st, 2023, at our wri office premises in Putalisadak.</p>
|
|
|
|
<p>"We lead because we are differently better." This encapsulates our unwavering commitment to excellence and innovation
|
|
in
|
|
the realm of international education. We invite you to join us and experience this difference firsthand.</p>
|
|
|
|
<p><strong>Here's a glimpse of what awaits you at the WRI Education Fair:</strong></p>
|
|
<ul>
|
|
<li>Direct Engagement with University Officials: Gain exclusive access to representatives from renowned universities
|
|
in
|
|
Australia, Canada, the UK, and the USA. This rare opportunity enables you to engage directly with experts and
|
|
gather
|
|
invaluable insights.
|
|
</li>
|
|
<li>Irresistible Offers and Discounts: Discover enticing offers and substantial discounts on tuition fees and
|
|
related
|
|
expenses, making world-class education more accessible than ever.
|
|
</li>
|
|
<li>Personalized Guidance: Our team of experienced advisors will be on hand to provide personalized counseling,
|
|
helping
|
|
you chart your academic journey, navigate application processes, and make informed choices about your future.
|
|
</li>
|
|
<li>Up to 100% Scholarships: Learn about a plethora of scholarship opportunities that can potentially cover the
|
|
entirety
|
|
of your educational costs, ensuring financial concerns don't hinder your academic ambitions.</li>
|
|
<li> Fun and Games: Immerse yourself in a day of exciting activities and games, adding an element of enjoyment to
|
|
your
|
|
educational exploration.</li>
|
|
<li> Exciting Gifts: As a token of our appreciation, attendees will have the chance to win captivating prizes,
|
|
including
|
|
QFX movie tickets and more.
|
|
</li>
|
|
</ul>
|
|
|
|
<p>We invite you to embrace this exceptional opportunity to embark on your international education journey. Join us at
|
|
the
|
|
WRI Education Fair and uncover the unique qualities that set us apart.</p>
|
|
<p> To RSVP or obtain more details, please reach out to us at 9841327905. We eagerly anticipate your
|
|
presence at the WRI Education Fair on Sunday, October 1st, 2023 from 10 am to 5 pm. together,
|
|
let's
|
|
step into a brighter and more promising future.</P>
|
|
|
|
<img src="{{ $message->embed(public_path('wri/assets/images/post_for_mail.jpg')) }}" alt="Embedded Image">
|
|
|
|
|
|
<h3> Just for your reference, here below are your submitted details.</h3>
|
|
|
|
<p>Name: {{ $formData['name'] }}</p>
|
|
<p>Email: {{ $formData['email'] }}</p>
|
|
<p>Phone: {{ $formData['mobile'] }}</p>
|
|
<p>Warm regards,</p>
|
|
<p> wri</p>
|
|
<p> 9841327905</p>
|
|
@endsection
|