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

Edit {{$section}} Section

@stop @php $index_count1=1; @endphp @section('content')
@if($section=='documents' || $section=='timeline' ) Document @else Points @endif
@if ($errors->any()) @endif
{{ csrf_field() }}
@stop @section('css') @stop @section('js') @stop