@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())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
NOTE: Title is required
@stop
@section('css')
@stop
@section('js')
@stop