{{-- Show appointment slots in the calendar --}} @if ($plan_details['appointment'] == 1) @if ($appointment_slots != null) {{-- Appointment Slots --}}

{{ __(json_decode($appointment_slots, true)['title']) }}

{{-- Success Message (hidden by default) --}}
@endif @endif