@extends('layouts.admin') @section('title', 'Campaigns') @section('page-title', 'Campaign Management') @section('content')
Manage QR-based Spin & Win / Scratch & Win campaigns
| Campaign | Game Type | Duration | Status | Actions | |
|---|---|---|---|---|---|
|
{{ $campaign->name }} Code: {{ $campaign->code }} |
{{ $campaign->game_type }} | {{ \Carbon\Carbon::parse($campaign->start_date)->format('d M Y') }} → {{ \Carbon\Carbon::parse($campaign->end_date)->format('d M Y') }} | @if($campaign->is_active) Active @else Inactive @endif | ||
| No campaigns found | |||||