@extends('layouts.app') @section('title', 'Add Homepage Section') @section('page-title', 'Add Homepage Section') @section('breadcrumb', 'Website / Create Section') @section('content')
@csrf @include('admin.website-sections._form')
Cancel
@endsection