@component('mail::layout')
{{-- Header --}}
@slot('header')
@component('mail::header', ['url' => config('app.url')])
Josh Admin
@endcomponent
@endslot
{{-- Body --}}
# Hello {{ $data['contact-name'] }}
Welcome to SiteNameHere! We have received your details.
The provided details are:
**Name :** {{ $data['contact-name'] }}
**Email :** {{ $data['contact-email'] }}
**Message :** {{ $data['contact-msg'] }}
Thank you for Contacting SiteNameHere! We will revert you shortly.
Best regards,
{{-- Footer --}}
@slot('footer')
@component('mail::footer')
© 2017 All Copy right received
@endcomponent
@endslot
@endcomponent