@extends('layouts.admin') @section('styles') @endsection @section('content')

All Pending Deposit Request

@if (session()->has('message'))
{{ session()->get('title')}}..!
{{ session()->get('message')}}
@endif @php $id=0;@endphp @foreach($deposits as $deposit) @php $id++;@endphp @endforeach
No Reference Gateway Amount Charge Net Amount Time Set As Set As
{{$id}} {{$deposit->transaction_id}} {{$deposit->gateway->name}} $ {{$deposit->amount}} $ {{$deposit->charge}} $ {{$deposit->net_amount}} {{ date('d-m-y \a\t h:i a', strtotime($deposit->created_at)) }} Fraud Approve
No Reference Gateway Amount Charge Net Amount Time Set As Set As
@endsection @section('scripts') @endsection