Promotions
Promotions
Time-limited price overrides for services
New Promotion
@if($promotions->isEmpty())

🎉

No promotions yet

Create your first promotion

@else
@foreach($promotions as $promo) @php $status = $promo->statusLabel(); @endphp @endforeach
Name Period Services Status Actions
{{ $promo->name }} @if($promo->description)
{{ Str::limit($promo->description, 60) }}
@endif
{{ $promo->starts_at->format('d M Y') }}
→ {{ $promo->ends_at->format('d M Y') }}
{{ $promo->services_count }} {{ ucfirst($status) }}
@csrf
Edit
@csrf @method('DELETE')
@if($promotions->hasPages())
{{ $promotions->links() }}
@endif @endif