@vite(['resources/css/app.css', 'resources/js/app.js']) @include('admin.partials.styles') @include('admin.partials.sidebar')

Edit Custom Offer

@if ($errors->any())

There were errors with your submission

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')

Offer Details

status ? 'checked' : '' }} class="rounded border-gray-300 text-blue-600 shadow-sm focus:border-blue-500 focus:ring-blue-500">

Warning: Changing the layout will delete existing banner items and replace them with new uploads.

CSS selector of the element to place this offer relative to.

Refence IDs (Click to select):

Custom Styling (Optional)

Current Banners

@foreach($customOffer->items as $index => $item)

Column {{ $index + 1 }}

Active
Current Banner
https://
redirect_url) }}" class="focus:ring-indigo-500 focus:border-indigo-500 block w-full pl-16 sm:text-sm border-gray-300 rounded-md py-2 border" placeholder="www.example.com">
alt_tag) }}" placeholder="Image description for SEO" class="shadow-sm focus:ring-indigo-500 focus:border-indigo-500 block w-full sm:text-sm border-gray-300 rounded-md py-2 border px-3">
@endforeach

New Banners (Layout Changed)

You are switching to a -column layout. Existing banners will be removed and replaced with new ones.

Preview