@extends('layouts.dashboard') @section('title', 'Promotions') @section('content')

Promotions

Add promotion

Up to 3 can be live at once.

@foreach ($promotions as $promotion) @endforeach
Headline Code Live Status
{{ $promotion->headline }} {{ $promotion->discount_code }} {{ $promotion->live ? 'Yes' : 'No' }} @if ($promotion->is_placeholder) placeholder @endif Edit
@csrf @method('DELETE')
@endsection