@extends($activeTemplate . 'layouts.master') @section('content')
@forelse($topUps as $topUp) @empty @include('Template::partials.empty_message') @endforelse
@lang('Mobile Number') | @lang('Operator') @lang('Trx') | @lang('Time') @lang('Amount') | @lang('Charge')
{{ @$topUp->dial_code }} {{ @$topUp->mobile_number }} {{ __(@$topUp->operator->name) }}
{{ $topUp->trx }} {{ showDateTime($topUp->created_at) }}
{{ showAmount($topUp->amount) }} {{ showAmount($topUp->charge) }}
@if ($topUps->hasPages()) {{ paginateLinks($topUps) }} @endif
@endsection @push('breadcrumb-plugins') @lang('New TopUp') @endpush