complete sotry 3.6 with qa tests

This commit is contained in:
Naser Mansour
2025-12-26 19:47:28 +02:00
parent f752337943
commit 7af029e1af
10 changed files with 588 additions and 82 deletions
@@ -60,6 +60,17 @@ new class extends Component
<p class="mt-2 text-sm text-zinc-600 dark:text-zinc-400 line-clamp-2">
{{ $consultation->problem_summary }}
</p>
@if($consultation->status === ConsultationStatus::Approved)
<div class="mt-3">
<flux:button
size="sm"
href="{{ route('client.consultations.calendar', $consultation) }}"
>
<flux:icon name="calendar" class="w-4 h-4 me-1" />
{{ __('booking.add_to_calendar') }}
</flux:button>
</div>
@endif
</div>
@empty
<div class="text-center py-12 text-zinc-500 dark:text-zinc-400">