@extends('layouts.user') @section('content') {{$gnl->title}} DEPOSIT YOUR DEPOSIT ADDRESS @csrf GENERATE DEPOSIT ADDRESS Minimum Deposit: {{$gateway->minimum}} {{$gnl->cur}} | 1 DH/S = {{$gnl->dhs_price}} {{$gnl->cur}} | Daily {{$gnl->daily}} {{$gnl->cur}} Per DH/S Your Deposits AMOUNT WALLET TRX ID TRX TIME @if(count($deposits)==0) NO DATA AVAILABLE @endif @foreach ($deposits as $item) {{$item->amount}} {{$gnl->cur}} {{$item->wallet}} {{$item->trx}} {{$item->updated_at}} @endforeach {{$deposits->links()}} @endsection @section('scripts') @endsection
{{$gnl->title}}