@php
$delays = [
24 => trans('labels.24_h'),
48 => trans('labels.48_h'),
72 => trans('labels.72_h'),
72 + 1 => trans('labels.once'),
];
@endphp
{!! Form::select('time_delay', $delays, $application->time_delay, [
'id' => 'time_delay',
'style' => 'width: 100%',
'disabled' => !$can_be_changed
]) !!}