@php $page = 'refferals' @endphp @extends('includes.layout') @section('content')

My Referral

Referral Balance

${{ number_format($user->ref_balance, 2) }}

@php $counter = 1; @endphp @forelse ($refferals as $item) @php $counter++; @endphp @empty

No Referral Found

@endforelse
S/N Referral Name Referral Email Status Date Joined
{{ $counter }} {{ $item->name }} {{ $item->email }} {{ Str::ucfirst($item->status) }} {{ $item->created_at->diffForHumans() }}
@endsection @push('scripts') @endpush