@extends("front/layout.master") @php $user = Auth::user(); $sellerac = App\Store::where('user_id','=', $user->id)->first(); @endphp @section('title', __('staticwords.MyFailedTrancations') . ' | ') @section("body")
{{ auth()->user()->failedtxn->count() }} {{ __('failed transactions') }}
| # | {{ __('TXN ID') }} | {{ __('Time') }} |
|---|---|---|
| {{ $failedtranscations->firstItem() + $key }} | {{ $ftxn->txn_id }} | {{ date('d M Y, h:i A', strtotime($ftxn->created_at)) }} |
{{ __("All your payments are going through smoothly.") }}