@extends('layouts.app') @section('site_title', formatTitle([__('Payment completed'), config('settings.title')])) @section('content')
@include('icons.credit-card', ['class' => 'text-primary fill-current w-16 h-16']) @include('icons.check-circle-filled', ['class' => 'position-absolute end-0 bottom-0 text-success fill-current w-8 h-8'])

{{ __('Payment completed') }}

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

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