@extends('admin.layouts.app') @section('title', 'Edit Offers Page') @section('heading', 'Offers Page Editor') @section('content')
Home About Contact Offers Sliders
@csrf

Hero section

The full-screen banner at the top of the offers page.

@if(!empty($s['offers_hero_bg']))

Image: {{ basename($s['offers_hero_bg']) }}

@else
No image set
@endif Supported: JPG, PNG, WebP, GIF, SVG, BMP (max 10MB)
Preview offers Manage carousel

Tips

  • Use ALL CAPS for hero text.
  • All images max 10MB.
  • Supported: JPG, PNG, WebP, GIF, SVG, BMP.
@endsection