| Server IP : 138.197.107.151 / Your IP : 216.73.217.7 Web Server : Apache/2.4.58 (Ubuntu) System : Linux BloxBy-Builder 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64 User : wpbetasites_mrakzqskir ( 1022) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/shark/resources/views/payments/ |
Upload File : |
@extends('layouts.app')
@section('content')
<div class="main-content" id="result">
<div class="page-content">
<div class="container-fluid text-center">
<div class="alert alert-danger">
<h2 class="mb-3">⚠️ Payment Cancelled</h2>
<p>Your payment was not completed. If this was a mistake, you can try again.</p>
<a href="{{ route('dashboard') }}" class="btn btn-primary mt-3">Go to Dashboard</a>
</div>
</div>
</div>
</div>
@endsection