{% extends "administrator/base.html"%} {% block title %} Crypto Project Manager {% endblock %} {% block content %}

Deposit Records

@php $counter=1 ; foreach($deposits['data'] as $deposit): @endphp @php $counter++; endforeach; @endphp
Date Amount Payment Method Proof Status Actions
{{ $deposit->transaction_date }} ${{ $deposit->transaction_amount }} {{ get_payment_method($deposit->payment_method)->name }} @php if(strlen($deposit->deposit_transaction_proof) > 5): @endphp View Proof @php endif; @endphp {{ $deposit->transaction_status }}
{% endblock %} {% block js %} {% endblock %}