@extends('adminlte::page') @section('title', 'Add '.$section.' Document Points') @section('content_header')

Add {{$section}} Document Points

@stop @php $index_count1=1; @endphp @section('content')
@csrf
@stop @section('js') @stop