@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.more-horiz', ['class' => 'text-light fill-current width-4 height-4'])
{{ __('Payment pending') }}

{{ __('The payment is pending approval.') }}

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