@extends('emails.partials.layout') @section('title', __('emails.contact_request.subject')) @section('preheader', __('emails.contact_request.preheader')) @section('hero_title', __('emails.contact_request.hero_title')) @section('hero_subtitle', __('emails.contact_request.hero_subtitle')) @section('content')
| {{ __('emails.contact_request.line_name', ['name' => $name]) }} |
| {{ __('emails.contact_request.line_email', ['email' => $email]) }} |
{{ __('emails.contact_request.line_message') }}
{{ $messageBody }}
@endsection @section('footer') {!! __('emails.contact_request.footer') !!} @endsection