{{-- ============================================================ resources/views/admin/promotions/index.blade.php ============================================================ --}} @extends('layouts.admin') @section('title','User Promotions') @section('content') {{-- Stats --}}
| Campaign | User | Platform | Budget | Views | Status | Date | Actions |
|---|---|---|---|---|---|---|---|
|
{{ Str::limit($promo->title,40) }}
{{ Str::limit($promo->url,40) }}
|
{{ $promo->user->name }} |
{{ $info['icon'] }} {{ $info['label'] }} |
{{ number_format($promo->points_budget) }} pts
{{ number_format($promo->points_remaining) }} left
|
{{ number_format($promo->views_count) }} {{ $promo->ctr }}% CTR |
{{ ucfirst($promo->status) }} | {{ $promo->created_at->format('d M Y') }} | |
| No promotions found. | |||||||