@extends('user.layouts.master') @section('user_content')
# | DATE | CATEGORY | RCVD FRM/PAY TO | DESCRIPTION | AMOUNT | TYPE |
---|---|---|---|---|---|---|
{{$loop->index+1}} | {{$cash->created_at}} | {{$cash->method}} | @if($cash->received_from != null) {{$cash->sender->user_name}} @elseif($cash->receiver_id != null) {{$cash->receiver->user_name}} @else System Transactions @endif | {{$cash->description}} | {{$cash->amount}}$ | {{$cash->type}} |
# | DATE | CATEGORY | RCVD FRM/PAY TO | DESCRIPTION | AMOUNT | TYPE |
---|---|---|---|---|---|---|
{{$loop->index+1}} | {{$token->created_at}} | {{$token->method}} | @if($token->received_from != null) {{$token->sender->user_name}} @elseif($token->receiver_id != null) {{$token->receiver->user_name}} @else System Transactions @endif | {{$token->description}} | {{$token->amount}} MIND | {{$token->type}} |
# | DATE | CATEGORY | RCVD FRM/PAY TO | DESCRIPTION | AMOUNT | TYPE | STATUS |
---|---|---|---|---|---|---|---|
{{$loop->index+1}} | {{$bonus->created_at}} | {{$bonus->method}} | @if($bonus->received_from != null) {{$bonus->sender->user_name}} @elseif($bonus->receiver_id != null) {{$bonus->receiver->user_name}} @else System Transactions @endif | {{$bonus->description}} | {{$bonus->amount}} MIND | {{$bonus->type}} | {{$bonus->status}} |
# | DATE | CATEGORY | RCVD FRM/PAY TO | DESCRIPTION | AMOUNT | TYPE | STATUS |
---|---|---|---|---|---|---|---|
{{$loop->index+1}} | {{$bonus->created_at}} | {{$bonus->method}} | @if($bonus->received_from != null) {{$bonus->sender->user_name}} @elseif($bonus->receiver_id != null) {{$bonus->receiver->user_name}} @else System Transactions @endif | {{$bonus->description}} | {{$bonus->amount}} MIND | {{$bonus->type}} | {{$bonus->status}} |
# | DATE | CATEGORY | RCVD FRM/PAY TO | DESCRIPTION | AMOUNT | TYPE | STATUS |
---|---|---|---|---|---|---|---|
{{$loop->index+1}} | {{$bonus->created_at}} | {{$bonus->method}} | @if($bonus->received_from != null) {{$bonus->sender->user_name}} @elseif($bonus->receiver_id != null) {{$bonus->receiver->user_name}} @else System Transactions @endif | {{$bonus->description}} | {{$bonus->amount}} MIND | {{$bonus->type}} | {{$bonus->status}} |
# | DATE | CATEGORY | RCVD FRM/PAY TO | DESCRIPTION | AMOUNT | TYPE | STATUS |
---|---|---|---|---|---|---|---|
{{$loop->index+1}} | {{$bonus->created_at}} | {{$bonus->method}} | @if($bonus->received_from != null) {{$bonus->sender->user_name}} @elseif($bonus->receiver_id != null) {{$bonus->receiver->user_name}} @else System Transactions @endif | {{$bonus->description}} | {{$bonus->amount}}$ | {{$bonus->type}} | {{$bonus->status}} |