@extends('admin.layouts.app') @section('panel')
@forelse($topups as $topup) @empty @endforelse
@lang('Trx') @lang('Card') @lang('Gateway') @lang('Amount') @lang('Date') / @lang('Time')
{{ $topup->trx }}
{{ $topup->deposit->gateway->name }} {{ $topup->deposit->gateway->name }}
{{ showAmount($topup->amount) }} {{ showDateTime($topup->created_at) }}
{{ __($emptyMessage) }}
@if ($topups->hasPages()) @endif
@endsection @push('breadcrumb-plugins') @endpush @push('style') @endpush