@component('mail::message')
Hi {{ $applyer->fname }},
# Thank you for applying on Reserve a stand!
We’ve received your application and an Account Manager will contact you shortly
Here’s a summary of the information you submitted:
Name: {{ $applyer->fname . ' ' . $applyer->lname}}
Email: {{ $applyer->email }}
Phone: {{ $applyer->phone }}
Company: {{ $applyer->company }}
Website: {{ $applyer->website }}
Events:
@foreach($events as $key => $event)