@extends('layouts.app') @section('title', getSetting('APPLICATION_NAME') . ' | ' . $page) @section('style') @endsection @section('content')
{{ __('Payment cancelled') }}

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

@endsection