@if($removeable) @endif
{!! Form::text('locations['.$location_id.'][location_times]['.$count.'][time_to]', $location_time ? ($location_time->new_time_to ? $location_time->new_time_to : ($location_time->time_to ? $location_time->time_to : null) ) : null , ['class' => 'form-control', 'id' => "location_time_to_$count" , 'data-count' => "$count",'onkeyup' => 'checkTimeTo(this)']) !!} 15 الحد الأعلى
{!! Form::text('locations['.$location_id.'][location_times]['.$count.'][time_from]', $location_time ? ($location_time->new_time_from ? $location_time->new_time_from : ($location_time->time_from ? $location_time->time_from : null) ) : null, ['class' => 'form-control', 'id' => "location_time_from_$count" , 'data-count' => "$count",'onkeyup' => 'checkTimeFrom(this)']) !!} 15 الحد الأعلى