@extends('admin.layout') @section('title', 'Hero Section') @section('page-title', 'Hero Section') @section('content')
{{ $hero->description }}
Primary Button
{{ $hero->primary_btn_text }}
{{ $hero->primary_btn_link }}
Secondary Button
{{ $hero->secondary_btn_text }}
{{ $hero->secondary_btn_link }}
Video URL
{{ $hero->video_url ?: 'Not set' }}
Background
{{ $hero->background_image ? 'Custom Image' : 'Gradient' }}