@extends('layouts.dashboard') @section('content')
Your payment has been processed and your order has been created.
@elseif($payment->isFailed())There was an issue processing your payment. Please try again.
@elseYour payment is being processed. Please wait for confirmation.
@endifYour order has been created and work will begin shortly. You can track the progress in your orders dashboard.