@if ($type == "error" || $type == "failed")

@else

@endif
@if ($type == "error")
Error! Review response in console and refer to Response handling.
@elseif ($type == "failed")
The payment was refused. Please try a different payment method or card.
@elseif ($type == "pending")
Your order has been received! Payment completion pending.
@else
Your order has been successfully placed.
@endif
Return Home