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

Add Section

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