generated from boboko/starter
18 lines
602 B
PHP
18 lines
602 B
PHP
@extends('emails.layout')
|
|
|
|
@section('title', __('storefront.contact.confirmation_subject'))
|
|
|
|
@section('preheader', __('storefront.contact.confirmation_preheader'))
|
|
|
|
@section('content')
|
|
<h1 style="margin:0 0 20px;font-family:'Manrope',Arial,Helvetica,sans-serif;font-size:22px;line-height:1.3;font-weight:700;color:#000000;">
|
|
{{ __('storefront.contact.confirmation_heading') }}
|
|
</h1>
|
|
|
|
<p style="margin:0;">{{ __('storefront.contact.confirmation_body') }}</p>
|
|
@endsection
|
|
|
|
@section('footer')
|
|
<p style="margin:0;">{{ __('storefront.contact.confirmation_footer') }}</p>
|
|
@endsection
|