Reward Statement

BHOOMI PLUS ONLINE & OFFLINE MARKETING AND PRIVATE LIMITED

WARD NO.56,MANDRELLA ROAD, NEAR PANCHMUKHI BALAJI TEMPLE

JHUNJHUNU

Tel. : 01592294009email : help@bhoomiplus.com

Name. : {{ isset($user->name) ? $user->name : '--' }}
Email : {{ isset($user->email) ? $user->email : '--'}}
Phone : {{ isset($user->phone) ? $user->phone : '--' }}
Bank Name : {{ isset($user->bank_name) ? $user->bank_name : '--' }}
Bank Account no : {{ isset($user->bank_account_no) ? $user->bank_account_no : '--' }}
Bank Branch : {{ isset($user->bank_branch) ? $user->bank_branch : '--' }}
@foreach ($transactions as $index => $transaction) @endforeach
Sr. No. Credit (Points) Debit (Points) From Narration Transaction Date
{{ $index + 1 }}. {{$transaction->credit}} {{$transaction->debit}} @if($transaction->debit == 0) {{ $transaction->is_referral_comm ? 'Referral' : 'Product / Service' }} @else Paid @endif @if($transaction->debit == 0) @php $narration = $transaction->is_referral_comm ? 'Bonus from Referral' : 'Bonus from Product / Service'; if(isset($transaction->referral_id)){ $narration = 'Earning from '.$transaction->receivedfrom->name; } @endphp {{ $narration }} @else Paid @endif {{ $transaction->created_at->toDateString() }}