complete story 8.7 with qa tests

This commit is contained in:
Naser Mansour
2026-01-02 22:47:03 +02:00
parent 91be71fa44
commit b7b8a4fa86
9 changed files with 457 additions and 31 deletions
+22 -2
View File
@@ -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') }}