| Campaign | Type | Budget | Period | Status |
|---|---|---|---|---|
{{ $c->name }} {{ Str::limit($c->description, 40) }} |
{{ $c->type }} | {{ number_format($c->budget ?? 0, 2) }} EGP | {{ $c->start_date?->format('M d') }} {{ $c->end_date ? '— '.$c->end_date->format('M d') : '' }} | {{ $c->status }} |
| No campaigns found. | ||||