@extends('layouts.admin') @section('title', 'Create Home Section') @section('header', 'Create Home Section') @section('content')
@csrf @include('admin.home-sections._form')
@endsection