@extends('front.layouts.app') @section('content')

Redeem Voucher

Have a voucher code? Enter it below to claim your rewards and enhance your gaming experience.

{{ trans('voucher.redeem_title') }}

{!! csrf_field() !!}
@if(count($voucher_logs) > 0)

{{ trans('voucher.logs.title') }}

@foreach($voucher_logs as $log)
{{ $log->voucher->item_name }}
Code: {{ $log->voucher->code }}
{{ $log->voucher->item_count }}x
{{ $log->created_at->format('M d, Y g:i A') }}
@endforeach
@endif
@endsection @push('scripts') @endpush