@extends('layouts.dashboardLayout') @section('title', 'Deposits') @section('logo', asset('images/'. $chain .'-logo.png')) @section('fan', asset('images/'. $chain .'-fan.png')) @section('content')
| Amount | Status | Date | Chain |
|---|---|---|---|
| {{ $withdraw['amount'] }} | {{ $withdraw['status'] }} | {{ $withdraw['created_at'] }} | {{ $withdraw['chain'] }} |
| No withdrawals found! | |||