@extends('layout')
@section('css')
@endsection
@section('content')
| Tier |
Poin |
Actions |
@if(!$tiers->isEmpty())
@foreach($tiers as $tier)
|
{{ $tier->tier }}
|
{{ ribuan($tier->poin) }}
|
|
@endforeach
@else
| Data Kosong |
@endif
@endsection
@section('js')
@endsection