@foreach(\App\Models\UserAccount::with('account','currency','image')->where('user_id',\Illuminate\Support\Facades\Auth::id())->whereNotNull('completed_at')->get()->toArray() as $item) @endforeach
{{ $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'] }}