@extends('admin.layout.base') @section('title', 'Transaction History ') @section('content')
@lang('admin.id') | Recharge Option | Amount | Payment Status | Paid Date |
---|---|---|---|---|
{{ $index + 1 + $page_plus }} | {{ $history->recharge_option }} | {{ $history->amount }} | {{ $history->payment_status }} | {{ date('d M Y', strtotime($history->created_at) )}} |
@lang('admin.id') | Recharge Option | Amount | Payment Status | Paid Date |