@if (request()->input('alt') == 1)
@if (auth()->user()->legacy->group_id < 3)
@if (isset($service) && $service->id === $latest->id)
Deleting this entry will restore the previous schedule date of {{ $service->scheduled_date }}.
@else
This is not the latest entry. No schedules will be adjusted. Next scheduled service, {{ $schedule->previously_scheduled }}.
@endif
@endif