Edit Service Section
List Sections
@include('success.success')
@include('errors.error')
{!! Form::open(['url' => '/admin/services/'.$service->id.'/section/'.$service_section->id, 'class' => 'form-horizontal', 'method'=> 'POST','files' => true]) !!}
@if($service_section->service_section_point)
@foreach($service_section->service_section_point as $section_point)
@if($section_point->icon != null) @endif
@endforeach
@else
@endif
{!! Form::close() !!}
@foreach($service_section->service_section_point as $section_point)
@if($section_point->icon != null) @endif