complete story 8.7 with qa tests
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
|
||||
{{ __('emails.reminder_2h_body', [], $locale) }}
|
||||
|
||||
**{{ __('emails.booking_date', [], $locale) }}** {{ \Carbon\Carbon::parse($consultation->booking_date)->translatedFormat('l, d M Y') }}
|
||||
|
||||
**{{ __('emails.booking_time', [], $locale) }}** {{ \Carbon\Carbon::parse($consultation->booking_time)->format('g:i A') }}
|
||||
|
||||
@if($showPaymentReminder)
|
||||
@@ -18,7 +20,15 @@
|
||||
@endcomponent
|
||||
@endif
|
||||
|
||||
{{ __('emails.reminder_2h_contact', [], $locale) }}
|
||||
@component('mail::panel')
|
||||
**{{ __('emails.office_contact', [], $locale) }}**
|
||||
|
||||
{{ config('libra.office_address.ar') }}
|
||||
|
||||
{{ __('emails.phone_label', [], $locale) }} {{ config('libra.office_phone') }}
|
||||
|
||||
{{ __('emails.email_label', [], $locale) }} {{ config('libra.office_email') }}
|
||||
@endcomponent
|
||||
|
||||
{{ __('emails.regards', [], $locale) }}<br>
|
||||
{{ config('app.name') }}
|
||||
@@ -30,6 +40,8 @@
|
||||
|
||||
{{ __('emails.reminder_2h_body', [], $locale) }}
|
||||
|
||||
**{{ __('emails.booking_date', [], $locale) }}** {{ \Carbon\Carbon::parse($consultation->booking_date)->translatedFormat('l, d M Y') }}
|
||||
|
||||
**{{ __('emails.booking_time', [], $locale) }}** {{ \Carbon\Carbon::parse($consultation->booking_time)->format('g:i A') }}
|
||||
|
||||
@if($showPaymentReminder)
|
||||
@@ -38,7 +50,15 @@
|
||||
@endcomponent
|
||||
@endif
|
||||
|
||||
{{ __('emails.reminder_2h_contact', [], $locale) }}
|
||||
@component('mail::panel')
|
||||
**{{ __('emails.office_contact', [], $locale) }}**
|
||||
|
||||
{{ config('libra.office_address.en') }}
|
||||
|
||||
{{ __('emails.phone_label', [], $locale) }} {{ config('libra.office_phone') }}
|
||||
|
||||
{{ __('emails.email_label', [], $locale) }} {{ config('libra.office_email') }}
|
||||
@endcomponent
|
||||
|
||||
{{ __('emails.regards', [], $locale) }}<br>
|
||||
{{ config('app.name') }}
|
||||
|
||||
Reference in New Issue
Block a user