| Current Path : /home/zada/public_html/resources/views/emails/ |
| Current File : /home/zada/public_html/resources/views/emails/contact.blade.php |
<p style="margin-bottom: 2rem !important;">{!! $content !!}</p>
<p style="margin-bottom: 2rem !important;">
<strong>{{ translate('Name') }}:</strong> {{ $name }}<br>
<strong>{{ translate('Email') }}:</strong> {{ $email }}
@if ($phone != null)
<br>
<strong>{{ translate('Phone') }}:</strong> {{ $phone }}
@endif
</p>
<a href="{{ env('APP_URL') }}">{{ translate('Go to the website') }}</a>