@if($removeable) @endif
{!! Form::text('locations['.$location_id.'][location_times]['.$count.'][time_from]', $location_time ? $location_time->time_from : null, ['class' => 'form-control time_select']) !!}
{!! Form::text('locations['.$location_id.'][location_times]['.$count.'][time_to]', $location_time ? $location_time->time_to : null, ['class' => 'form-control time_select']) !!}