@extends('backoffice.layouts.app') @push('styles') @endpush @section('content')
| ID | Title | % | Max | Min Dep | Turnover | Expired | Status | Sort | Action |
|---|---|---|---|---|---|---|---|---|---|
| #{{ $b->id }} |
{{ $b->title }}
|
{{ $b->percentage }}% | Rp {{ number_format((float) $b->max_bonus, 0, ',', '.') }} | Rp {{ number_format((float) $b->min_deposit, 0, ',', '.') }} | Rp {{ number_format((float) $b->turnover, 0, ',', '.') }} | {{ $b->expired_days }} hari | @if($b->status === 'active') active @else inactive @endif | {{ $b->sort }} |
|
| Tidak ada data bonus | |||||||||