@if(count($cartPaymentAccountLog) != 0)
واریزی‌های آنلاین به تفکیک شماره شبا
@foreach($cartPaymentAccountLog as $cartPaymentAccountLogItem) @endforeach
عنوان صاحب حساب شبا مبلغ نوع حساب
{{ $cartPaymentAccountLogItem->SettingAccount->title }} {{ $cartPaymentAccountLogItem->SettingAccount->flname }} {{ $cartPaymentAccountLogItem->shaba }} {{ number_format($cartPaymentAccountLogItem->amount, 0, '', ',') }} {{ $cartPaymentAccountLogItem->SettingAccount->account_type == 'personal' ? 'غیر' : '' }}رسمی
@endif