@extends('layouts.master2') @section('headerMobile')
Riwayat
@endsection @section('content')
@include('layouts.sidebar')
Riwayat Tukar Poin
@if(!empty($redeemHistory)) @foreach($redeemHistory as $trx)
{{ date('d F Y', strtotime($trx->request_date)) }}
@if($trx->status) {{ 'Berhasil' }} @else {{ 'Permintaan Diproses' }} @endif
{{ $trx->description }}
Poin Digunakan {{ $trx->point_used }} Poin
@endforeach @else
Empty
Belum ada riwayat redeem point
Ayo redeem perbanyak dan redeem point mu sekarang!
@endif
@endsection @section('mobileMenu') @endsection @section('modal') @include('modal.modalRedeem') @endsection