@extends('admin.settings.layout') @section('settings-content')
Flash Sale Configuration

Manage the promotional "Flash Sale" section on the desktop homepage.

@csrf
Main headline for the flash sale box.
Where users go when clicking "GO TO SALE".
@php $flashImg = \App\Models\Setting::get('flash_sale_image'); @endphp @if($flashImg) Flash Sale Promo
Active Image
@else

Using default lightning icon

@endif
Gletra Best Configuration

Manage the "Gletra Best" curated collection section.

@csrf
@php $bestImg = \App\Models\Setting::get('gletra_best_image'); @endphp @if($bestImg) Gletra Best Promo
Active Image
@else

Using default award icon

@endif
@endsection