@extends('layout') @section('css') @endsection @section('content')
@if(count($resvouchers) > 0) @php($i=1) @foreach($resvouchers as $resvoucher) @php($i++) @endforeach @else @endif
No User Info Voucher Actions
{{$i}}
{{ucwords($resvoucher['nama_user'])}}
Tier : {{$resvoucher['tier_user']}}
Terpakai : {{$resvoucher['voucher_terpakai']}}
Expired : {{$resvoucher['voucher_expired']}}
Data Kosong
@endsection @section('js') @endsection