@extends('layouts.app') @section('content') Result: {{$type}}
@if ($type == "error" || $type == "failed") failed @else success thank you @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
@endsection