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

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

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