@if(count($ordersHistory) > 0) @foreach($ordersHistory as $item) @if(isset($item['info']['detail']['method'])) @endif @endforeach @else @endif
# {{ $translateModel['buyer.active-order.table.yontem'] }} {{ $translateModel['buyer.order-history.table.alinan-miktar'] }} {{ $translateModel['buyer.order-history.table.islem-tarihi'] }} {{ $translateModel['buyer.order-history.table.odenen-miktar'] }} {{ $translateModel['buyer.order-history.table.odeme-yontemi'] }} {{ $translateModel['buyer.order-history.table.sorun-bildir'] }}
1 {{ \App\Metha\StaticHelper::methods($item['info']['detail']['method']) }} {{ \App\Metha\StaticHelper::convert($item['quantity']) }} {{ \Carbon\Carbon::parse($item['created_at'])->format('d M Y') }} {{ sprintf('%s %s',number_format($item['total_amount']), 'TL') }} {{ isset($paymentMethods[$item['payment_code']]) ? $paymentMethods[$item['payment_code']] : 'Bakiye' }}
Herhangi bir satın alım yapmadınız.
@if(count($ordersHistory) > 0) @foreach(\App\Models\UserAccount::with('account','currency','image')->where('user_id',\Illuminate\Support\Facades\Auth::id())->whereNotNull('completed_at')->get()->toArray() as $item) @endforeach @else @endif
{{ $translateModel['buyer.order-account-history.table.ilan-resmi'] }} {{ $translateModel['buyer.order-account-history.table.ilan-basligi'] }} {{ $translateModel['buyer.order-account-history.table.islem-tarihi'] }} {{ $translateModel['buyer.order-account-history.table.odenen-miktar'] }}
{{ $item['account']['title'] }} {{ \Carbon\Carbon::parse($item['completed_at'])->format('d M Y') }} {{ $item['price'] }} {{ $item['currency']['symbol'] }}
Herhangi bir satın alım yapmadınız.
Boost