{{-- {{ $row->type == 1 ? 'Stripe' : 'PayPal' }} --}} {{ $row->type == 1 ? 'Stripe' : ($row->type == 2 ? 'PayPal' : '') }} @if ($row->status == App\Models\Product::PENDING)