{{ trans('front.weekday') }} | {{ trans('front.time') }} | |
---|---|---|
{!!Form::hidden("weekly[days][$key][checked]", 0)!!}
{!!Form::checkbox("weekly[days][$key][checked]", 1, 0, ['class' => 'checkbox'])!!}
{!!Form::label(null, null)!!}
|
{{ trans($weekday) }} | {!!Form::select("weekly[days][$key][time]", Config::get('tobuli.history_time'), '00:00', ['class' => 'form-control timeselect'])!!} |