{!! Form::label($prefix . $delay . '_price_first', $delay === '48h' ? trans('labels.price_first_48h') : trans('labels.price_first') . ', ' . $currency, '') !!}
{!! Form::label($prefix . $delay . 'daily_price_second', $delay === '48h' ? trans('labels.price_second_48h') : trans('labels.price_second') . ', ' . $currency, '') !!}
{!! Form::label($prefix . $delay . 'daily_price_third', $delay === '48h' ? trans('labels.price_third_48h') : trans('labels.price_third') . ', ' . $currency, '') !!}
{!! Form::label($prefix . $delay . 'daily_price_fourth', $delay === '48h' ? trans('labels.price_fourth_48h') : trans('labels.price_fourth') . ', ' . $currency, '') !!}