@extends('admin.layouts.app') @section('title', 'Hero Section') @section('subtitle', 'Edit your homepage hero content') @section('content')
{{-- Delete Image Form (MUST be outside main form) --}} @if($hero->foreground_image) @endif
@csrf @method('PUT')
@if($hero->foreground_image)
Hero
@endif
@endsection