@extends('adminlte::page') @section('title', 'Edit Points '.$section.' Section') @section('content_header')

Edit Points {{$section}} Section

@stop @php $index_count1=1; @endphp @section('content')
@if ($errors->any()) @endif

NOTE: Title is required

{{ csrf_field() }}
@if(!empty($serviceIcons)) @foreach($serviceIcons as $value)
@if($value->image) @endif
@endforeach @endif
@stop @section('css') @stop @section('js') @stop