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