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