@extends('emails.layout') @section('title', __('storefront.contact.confirmation_subject')) @section('preheader', __('storefront.contact.confirmation_preheader')) @section('content')

{{ __('storefront.contact.confirmation_heading') }}

{{ __('storefront.contact.confirmation_body') }}

@endsection @section('footer')

{{ __('storefront.contact.confirmation_footer') }}

@endsection