@extends('adminlte::page') @section('title', 'Edit Points for '.$page->name.' '.$type.' Section') @section('content_header')

Edit Points for {{$page->name}}'s {{$type}}

@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