@extends('layout') @section('page-title', 'Hero Section') @section('dashboard-content')
Edit Hero Section
@if(session('success'))
{{ session('success') }}
@endif @if(session('error') || session('failed'))
{{ session('error') ?? session('failed') }}
@endif @if($errors->any())
{{ $errors->first() }}
@endif
@csrf

Use line breaks as they will appear on screen.
@endsection @section('scripts') @endsection