{{-- Handle Change Appointment Date --}} @if ( $change_date == true ) @if ( $doctor['doctor_has_session'] ) @if ( empty($availability) ) Sessions not available @else

Select a session

@foreach ($availability as $time) @endforeach
@endif @else @if ( empty($availability) ) Appointments not available @else

Select an appointment time

@foreach ($availability as $time) @endforeach
@endif @endif @endif {{-- Handle Initial Appointments --}} @if ( $change_date == false ) @if ( $doctor['doctor_has_session'] ) @if ( empty($availability) ) Sessions not available @else

Select a session

@foreach ($availability as $time) @endforeach
@endif @else @if ( empty($availability) ) Appointments not available @else

Select an appointment time

@foreach ($availability as $time) @endforeach
@endif @endif @endif