{{ session('info-success') }}
@endif
Kelola Harga Member
@if ($selected_harga)
@endif
| # | Total Periode | Harga | Discount | Status | |
|
|
{{ $prices->firstItem() + $loop->index }} | {{ $price->total_periode }} | RP. {{ number_format($price->price , 0, ',', '.') }} | {{ $price->discount }}% | {{ $price->status }} |
{!! $prices->links() !!}
{{-- 'pagination::bootstrap-4' --}}