@extends('layouts.admin') @section('title', 'Home Banner Section') @section('page_title', 'Home Banner CMS') @section('content')

Update Banner Content

@csrf

Live Preview Mockup

{{ $banner->heading ?: 'Your Heading Here' }}

{{ $banner->paragraph ?: 'Placeholder for your banner description text.' }}

{{ $banner->btn1_text ?: 'Button 1' }} {{ $banner->btn2_text ?: 'Button 2' }}
@endsection