@extends('layouts.app') @section('site_title', formatTitle([__('Payment cancelled'), config('settings.title')])) @section('content')
{{ __('Payment cancelled') }}

{{ __('Your payment was cancelled.') }}

@include('shared.sidebars.user') @endsection