Welcome,
{{ Auth::user()->username }}
@extends('frontend.layouts.app') @section('content')
| No | Date | Promotion | Target TurnOver | Bonus Amount | Progress TO | {{-- KOLOM BARU --}}Status |
|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ date('Y-m-d H:i', strtotime($b->created_at)) }} | {{ $b->bonus_title }} | IDR {{ number_format((float)$b->turn_over, 0, ',', '.') }} | IDR {{ number_format((float)$b->bonus_amount, 0, ',', '.') }} | {{-- TAMBAHAN PROGRESS BAR DESKTOP --}}
IDR {{ number_format((float)$b->current_to, 0, ',', '.') }}
{{ $b->percentage }}%
|
@if($b->status == 1) Selesai @else @if($b->percentage >= 100) {{-- Tombol Muncul Jika TO >= 100% --}} @else Sedang Berjalan @endif @endif |
| Belum ada bonus atau promo yang sedang aktif. | ||||||