@extends('emails.app') @section('content') Hi {{ $details['name'] }},

Thank you so much for submitting your enquiry. One of our team member will get in touch with you. 



Name:  {{ $details['name'] }}

School or Institution Name:  {{ $details['school_name'] }}

Email Address: {{ $details['email'] }}

@if($details['message'])

Message: 
{!! nl2br(htmlentities($details['message'], ENT_QUOTES, 'UTF-8')) !!}

@endif

If you have any questions please do not hesitate to contact us at info@kayscience.com. 

  Kind regards,
The KayScience Team @endsection