Morgen
Nachmittag
Schließtage
Montag
{!! Form::select("mon_morning_in", $select_hours_am, '7:00', ['class'=>'form-control required']) !!}
{!! $errors->first('mon_morning_in', ':message ') !!}
{!! Form::select("mon_morning_out", $select_hours_am, '12:00', ['class'=>'form-control required']) !!}
{!! $errors->first('mon_morning_out', ':message ') !!}
{!! Form::select("mon_afternoon_in", $select_hours_pm, '13:00', ['class'=>'form-control required']) !!}
{!! $errors->first('mon_afternoon_in', ':message ') !!}
{!! Form::select("mon_afternoon_out", $select_hours_pm, '18:00', ['class'=>'form-control required']) !!}
{!! $errors->first('mon_afternoon_out', ':message ') !!}
{!! Form::checkbox('mon_closed', '1') !!}
Dienstag
{!! Form::select("tue_morning_in", $select_hours_am, '7:00', ['class'=>'form-control required']) !!}
{!! $errors->first('tue_morning_in', ':message ') !!}
{!! Form::select("tue_morning_out", $select_hours_am, '12:00', ['class'=>'form-control required']) !!}
{!! $errors->first('tue_morning_out', ':message ') !!}
{!! Form::select("tue_afternoon_in", $select_hours_pm, '13:00', ['class'=>'form-control required']) !!}
{!! $errors->first('tue_afternoon_in', ':message ') !!}
{!! Form::select("tue_afternoon_out", $select_hours_pm, '18:00', ['class'=>'form-control required']) !!}
{!! $errors->first('tue_afternoon_out', ':message ') !!}
{!! Form::checkbox('tue_closed', '1') !!}
Mittwoch
{!! Form::select("wed_morning_in", $select_hours_am, '7:00', ['class'=>'form-control required']) !!}
{!! $errors->first('wed_morning_in', ':message ') !!}
{!! Form::select("wed_morning_out", $select_hours_am, '12:00', ['class'=>'form-control required']) !!}
{!! $errors->first('wed_morning_out', ':message ') !!}
{!! Form::select("wed_afternoon_in", $select_hours_pm, '13:00', ['class'=>'form-control required']) !!}
{!! $errors->first('wed_afternoon_in', ':message ') !!}
{!! Form::select("wed_afternoon_out", $select_hours_pm, '18:00', ['class'=>'form-control required']) !!}
{!! $errors->first('wed_afternoon_out', ':message ') !!}
{!! Form::checkbox('wed_closed', '1') !!}
Donnerstag
{!! Form::select("thu_morning_in", $select_hours_am, '7:00', ['class'=>'form-control required']) !!}
{!! $errors->first('thu_morning_in', ':message ') !!}
{!! Form::select("thu_morning_out", $select_hours_am, '12:00', ['class'=>'form-control required']) !!}
{!! $errors->first('thu_morning_out', ':message ') !!}
{!! Form::select("thu_afternoon_in", $select_hours_pm, '13:00', ['class'=>'form-control required']) !!}
{!! $errors->first('thu_afternoon_in', ':message ') !!}
{!! Form::select("thu_afternoon_out", $select_hours_pm, '18:00', ['class'=>'form-control required']) !!}
{!! $errors->first('thu_afternoon_out', ':message ') !!}
{!! Form::checkbox('thu_closed', '1') !!}
Freitag
{!! Form::select("fri_morning_in", $select_hours_am, '7:00', ['class'=>'form-control required']) !!}
{!! $errors->first('fri_morning_in', ':message ') !!}
{!! Form::select("fri_morning_out", $select_hours_am, '12:00', ['class'=>'form-control required']) !!}
{!! $errors->first('fri_morning_out', ':message ') !!}
{!! Form::select("fri_afternoon_in", $select_hours_pm, '13:00', ['class'=>'form-control required']) !!}
{!! $errors->first('fri_afternoon_in', ':message ') !!}
{!! Form::select("fri_afternoon_out", $select_hours_pm, '18:00', ['class'=>'form-control required']) !!}
{!! $errors->first('fri_afternoon_out', ':message ') !!}
{!! Form::checkbox('fri_closed', '1') !!}
Samstag
{!! Form::select("sat_morning_in", $select_hours_am, '7:00', ['class'=>'form-control required']) !!}
{!! $errors->first('sat_morning_in', ':message ') !!}
{!! Form::select("sat_morning_out", $select_hours_am, '12:00', ['class'=>'form-control required']) !!}
{!! $errors->first('sat_morning_out', ':message ') !!}
{!! Form::select("sat_afternoon_in", $select_hours_pm, '13:00', ['class'=>'form-control required']) !!}
{!! $errors->first('sat_afternoon_in', ':message ') !!}
{!! Form::select("sat_afternoon_out", $select_hours_pm, '18:00', ['class'=>'form-control required']) !!}
{!! $errors->first('sat_afternoon_out', ':message ') !!}
{!! Form::checkbox('sat_closed', '1') !!}
Sonntag
{!! Form::select("sun_morning_in", $select_hours_am, '7:00', ['class'=>'form-control required']) !!}
{!! $errors->first('sun_morning_in', ':message ') !!}
{!! Form::select("sun_morning_out", $select_hours_am, '12:00', ['class'=>'form-control required']) !!}
{!! $errors->first('sun_morning_out', ':message ') !!}
{!! Form::select("sun_afternoon_in", $select_hours_pm, '13:00', ['class'=>'form-control required']) !!}
{!! $errors->first('sun_afternoon_in', ':message ') !!}
{!! Form::select("sun_afternoon_out", $select_hours_pm, '18:00', ['class'=>'form-control required']) !!}
{!! $errors->first('sun_afternoon_out', ':message ') !!}
{!! Form::checkbox('sun_closed', '1') !!}