@extends('admin.layouts.app') @section('title', 'Create Section') @section('content')

Create Section

@csrf @include('admin.sections._form', ['section' => new \App\Models\Section()])
@endsection