@extends('user.layouts.appBlank') @section('content')
@if($response_type == "success")

Thank you for your payment. Your transaction has been completed, and a receipt for your purchase has been emailed to you. Log into your PayPal account to view transaction details.

@elseif($response_type == "error")

Sorry!! Your payment failed.

@endif
You will be redirected in 5 seconds
@endsection