@extends('../layout/' . $layout) @section('subhead') Recharge Amount @endsection @section('subcontent')

Recharge Amount

Add Amount
@if (count($rechargeAmount) > 0)
@php $no = 0; @endphp @php $currency = DB::table('systemflag') ->where('name', 'Currency') ->select('value') ->first(); @endphp @foreach ($rechargeAmount as $item) @endforeach
# Amount Cashback ACTIONS
{{ ($page - 1) * 15 + ++$no }}
{{ $item->amount }}
{{ $item->cashback ? $item->cashback . '%' : '---' }}
@else
noData

No Data Available

@endif @if (count($rechargeAmount) > 0) @if ($totalRecords > 0)
Showing {{ $start }} to {{ $end }} of {{ $totalRecords }} entries
@endif
@endif @endsection @section('script') @endsection