@extends('admin.layout') @section('content')
@if (count($errors) > 0) @if($errors->any()) @endif @endif
@if(count($topup_plan)>0) @foreach ($topup_plan as $key=>$listingS) @endforeach @else @endif
ID Topup Price Bonus Action
{{ $i++ }} ${{ $listingS->price }} ${{ $listingS->bonus }}
{{ trans('labels.NoRecordFound') }}
{{$topup_plan->links()}}
@endsection