@extends('admin.layouts.app') @section('content')

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->image != null) @endif

@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() !!}
@endsection @section('script') @endsection