@extends('layouts.app') @section('site_title', formatTitle([__('Payment cancelled'), config('settings.title')])) @section('content')
@include('icons.credit-card', ['class' => 'text-primary fill-current width-16 height-16'])
@include('icons.close', ['class' => 'text-light fill-current width-4 height-4'])
{{ __('Payment cancelled') }}

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

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