@extends('admin.layout') @section('title', 'Create Hero') @section('page-title', 'Create Hero Section') @section('content')
@csrf
@include('admin.partials.form-actions', ['submitText' => 'Create Hero', 'cancelRoute' => route('admin.hero.index')])
@endsection