generated from boboko/starter
reviews photos clickable and contact form functionality
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
@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
|
||||
@@ -0,0 +1,21 @@
|
||||
@extends('emails.layout')
|
||||
|
||||
@section('title', 'Νέο μήνυμα επικοινωνίας')
|
||||
|
||||
@section('preheader', "Από {$senderName} ({$senderEmail})")
|
||||
|
||||
@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;">
|
||||
Νέο μήνυμα επικοινωνίας
|
||||
</h1>
|
||||
|
||||
<p style="margin:0 0 4px;"><strong>Όνομα:</strong> {{ $senderName }}</p>
|
||||
<p style="margin:0 0 4px;"><strong>Email:</strong> <a href="mailto:{{ $senderEmail }}" style="color:#000000;">{{ $senderEmail }}</a></p>
|
||||
<p style="margin:0 0 24px;"><strong>Γλώσσα:</strong> {{ strtoupper($senderLocale) }}</p>
|
||||
|
||||
<p style="margin:0;white-space:pre-line;">{{ $body }}</p>
|
||||
@endsection
|
||||
|
||||
@section('footer')
|
||||
<p style="margin:0;">Στάλθηκε από τη φόρμα επικοινωνίας του 3dealer. Απάντησε σε αυτό το email για να απαντήσεις στον αποστολέα.</p>
|
||||
@endsection
|
||||
Reference in New Issue
Block a user