@extends('layouts.user') @include('User::frontend.reward.style-owl-crousel') @include('User::frontend.reward.style-cupons') @section('content')

{{ __('Reward') }}

{{ __('Your Account Balance') }}
Rp. {{ $user_point }}
{{ __('Status AKTIF') }}
Aktif
My Referral Card
@include('admin.message') @if ($data['rows']->total() > 0)
Avaiable Reward
{{ __('Showing :from - :to of :total', ['from' => $data['rows']->firstItem(), 'to' => $data['rows']->lastItem(), 'total' => $data['rows']->total()]) }} {{ $data['rows']->appends(request()->query())->links() }}
@else {{ __('No Items') }} @endif @endsection