@extends('layouts.dashboard') @section('title', 'Heroes') @section('content')
Up to {{ 3 }} can be live and rotating on the homepage at once.
| Headline | Live | Status | |
|---|---|---|---|
| {{ $hero->headline }} | {{ $hero->live ? 'Yes' : 'No' }} | @if ($hero->is_placeholder) placeholder @endif | Edit |