@extends('admin.layouts.master-soyuz')
@section('title', __('Edit Hot Deal | '))
@section('body')
@component('admin.component.breadcumb', ['thirdactive' => 'active'])
@slot('heading'){{ __('Hot Deals') }}@endslot
@slot('menu1'){{ __('Hot Deals') }}@endslot
@slot('menu2'){{ __('Edit') }}@endslot
@slot('button')
@if ($errors->any())
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@if(session('success') || session('updated'))
{{ session('success') ?? session('updated') }}
@endif
- • {{ __('A hot deal highlights a single product with start/end dates.') }}
- • {{ __('Active deals appear in the storefront homepage Hot Deals rail.') }}
- • {{ __('Deals automatically stop showing once the expiry date passes.') }}
- • {{ __('Status off keeps the row but hides it on the storefront.') }}
- • {{ __('For multi-product campaigns with one banner, use Flash Sales instead.') }}
@endsection
@push('script')
@endpush