Create Service Group
{!! Form::open(['route'=>array('service-group.store'), 'onsubmit'=>'BtnSubmit.disabled = true','method' => 'post']) !!}
{{$errors->first('name')}}
Spare Parts
@foreach($spare_parts as $part)
iteration ==1 ? 'checked':''}}>
@endforeach
{{$errors->first('part')}}
Services
@foreach($services as $service)
iteration ==1 ? 'checked':''}}
value="{{$service->id}}">
@endforeach
{{$errors->first('service')}}