@extends('layouts.frontend') @section('title', __('Payment Cancelled')) @section('content')

{{ __('Payment Cancelled') }}

{{ __('Your payment was not completed. No charges have been made.') }}

@if(session('error'))

{{ session('error') }}

@endif

{{ __('If you experienced any issues, please try again or contact our support team for help.') }}

@endsection