complete story 8.6 with qa tests

This commit is contained in:
Naser Mansour
2026-01-02 22:32:19 +02:00
parent b7a84f83a5
commit 91be71fa44
6 changed files with 199 additions and 0 deletions
@@ -25,6 +25,12 @@
@endcomponent
@endif
@component('mail::panel')
**{{ __('emails.office_location', [], $locale) }}**
{{ config('libra.office_address.ar', 'مكتب ليبرا للمحاماة') }}
@endcomponent
@component('mail::button', ['url' => route('client.consultations.calendar', $consultation)])
{{ __('emails.download_calendar', [], $locale) }}
@endcomponent
@@ -56,6 +62,12 @@
@endcomponent
@endif
@component('mail::panel')
**{{ __('emails.office_location', [], $locale) }}**
{{ config('libra.office_address.en', 'Libra Law Firm') }}
@endcomponent
@component('mail::button', ['url' => route('client.consultations.calendar', $consultation)])
{{ __('emails.download_calendar', [], $locale) }}
@endcomponent