@extends('admin.layouts.master') @section('title',__('Deposit Log')) @section('content')
| # | @lang('Name') | @lang('Gateway Name') | @lang('Amount') | @lang('Charge') | @lang('Receipt') | @if (request()->path() != 'admin/deposit/acceptedRequests' && request()->path() != 'admin/deposit/rejectedRequests')@lang('Action') | @endif
|---|---|---|---|---|---|---|
| {{++$i}} | {{$deposit->user->name}} | {{$deposit->gateway->name}} | {{round($deposit->amount, 8)}} {{$general->currency}} | {{round($deposit->charge, 8)}} {{$general->currency}} | @if (request()->path() != 'admin/deposit/acceptedRequests' && request()->path() != 'admin/deposit/rejectedRequests') | @endif |