complete story 4.7 with qa tests
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
<x-mail::message>
|
||||
# تحديث جديد على قضيتك
|
||||
|
||||
عزيزي {{ $user->full_name ?? $user->company_name }}،
|
||||
|
||||
تم إضافة تحديث جديد على قضيتك:
|
||||
|
||||
**القضية:** {{ $timeline->case_name }}
|
||||
@if($timeline->case_reference)
|
||||
**الرقم المرجعي:** {{ $timeline->case_reference }}
|
||||
@endif
|
||||
|
||||
**تاريخ التحديث:** {{ $update->created_at->translatedFormat('d M Y - g:i A') }}
|
||||
|
||||
---
|
||||
|
||||
{!! $update->update_text !!}
|
||||
|
||||
---
|
||||
|
||||
<x-mail::button :url="route('client.timelines.show', $timeline)">
|
||||
عرض التفاصيل الكاملة
|
||||
</x-mail::button>
|
||||
|
||||
مع أطيب التحيات،
|
||||
مكتب ليبرا للمحاماة
|
||||
</x-mail::message>
|
||||
Reference in New Issue
Block a user