@extends('layouts.app') @section('title', 'Edit Homepage Section') @section('page-title', 'Edit Homepage Section') @section('breadcrumb', 'Website / Edit Section') @section('content')
@csrf @method('PUT') @include('admin.website-sections._form', ['websiteSection' => $websiteSection])
Cancel
@endsection