@extends('layouts.user') @section('content')

{{$gnl->title}}

DEPOSIT

YOUR DEPOSIT ADDRESS


@csrf

  • Minimum Deposit: {{$gateway->minimum}} {{$gnl->cur}} |
  • 1 DH/S = {{$gnl->dhs_price}} {{$gnl->cur}} |
  • Daily {{$gnl->daily}} {{$gnl->cur}} Per DH/S


Your Deposits


@if(count($deposits)==0) @endif @foreach ($deposits as $item) @endforeach
AMOUNT WALLET TRX ID TRX TIME
NO DATA AVAILABLE
{{$item->amount}} {{$gnl->cur}} {{$item->wallet}} {{$item->trx}} {{$item->updated_at}}
{{$deposits->links()}}
@endsection @section('scripts') @endsection