@extends('layouts.front') @section('css') @endsection @section('content')
@include('includes.user.sidebar')

@lang('Reward Point')

@lang('Convert Point')
@forelse($datas as $data) @empty @endforelse
{{ __('Reward') }} {{ __('Amount') }} {{ __('Created at') }}
{{ $data->reward_point }} ${{ $data->reward_dolar }} {{ $data->created_at->diffForHumans() }}
{{ __('No Reward Found') }}
{{ $datas->links('includes.frontend.pagination') }}
@endsection @section('script') @endsection