@extends('user.layouts.main') @push('style') {{-- DataTables CSS --}} @endpush @section('contents')

My Balance

Fallaagh
Use this money to buy Premium Packages Fallaagh.com
VIRTUAL GH₵ {{ number_format($balance, 2) }}
Balance History
@forelse($history as $key => $item) @empty @endforelse
# Type Ad/Plan Amount (GHS) Date
{{ $key + 1 }} @if($item->bonus_type == 1) Premium Package Bonus @elseif($item->bonus_type == 2) Ad Trade Confirm @elseif($item->bonus_type == 3) Package Purchase @endif @if ($item->bonus_type == 1) {{ $item->plan->name }} @elseif ($item->bonus_type == 2) {{ $item->ads->title }} @elseif ($item->bonus_type == 3) {{ $item->plan->name }} @else - @endif @if($item->transaction_type == 2) - @endif{{ number_format($item->bonus_amount, 2) }} {{ $item->created_at ? $item->created_at->format('d M, Y h:i A') : '-' }}
No boost history found
@endsection @push('scripts') {{-- jQuery + DataTables --}} @endpush