{!!Form::radio('schedule_type', 'exact_time', 1, [])!!} {!!Form::label(null, null)!!}
{!!Form::label('exact_time', trans('front.exact_time'))!!}
{!!Form::label('exact_time[time]', trans('front.time'))!!} {!!Form::text('exact_time[time]', null, ['class' => 'datetimepicker form-control'])!!}
{!!Form::radio('schedule_type', 'hourly', 0, [])!!} {!!Form::label(null, null)!!}
{!!Form::label('hourly', trans('front.hourly'))!!}
{!!Form::radio('schedule_type', 'daily', 0, [])!!} {!!Form::label(null, null)!!}
{!!Form::label('daily', trans('validation.attributes.daily'))!!}
{!!Form::radio('schedule_type', 'weekly', 0, [])!!} {!!Form::label(null, null)!!}
{!!Form::label('weekly', trans('validation.attributes.weekly'))!!}
{!!Form::radio('schedule_type', 'monthly', 0, [])!!} {!!Form::label(null, null)!!}
{!!Form::label('monthly', trans('front.monthly'))!!}