@if (count($sector_allowed))

Regulation {!!Form::select('regulation',$regulation, null,['class'=>'singleselect', 'id'=>'regulation'])!!} Sector Allowed {!!Form::select('sector_allowed',[1,2,3,4,5,6], $sector_allowed_selected,['class'=>'singleselect', 'id'=>'sector_allowed'])!!} @lang("content.edit") Save

{{----}} @foreach ($sector_allowed as $i=>$sector_each) {{-- --}} @endforeach
Sectors Total Hours Rest HoursActions
{!!Form::input('text', 'sector_num',$sector_each['num'],['class'=>'sectors-allowed', 'disabled'])!!} {!!Form::input('text', 'total_hour',$sector_each['total_hour'],['class'=>'sectors-allowed', 'disabled']) !!} {!!Form::input('text', 'rest_hour',$sector_each['rest_hour'],['class'=>'sectors-allowed', 'disabled']) !!}
@else

Found 0 Types

@endif