@section('title', __('Payment Update'))
{{ svg($icon ?? 'heroicon-o-exclamation')->class('w-12 h-12 mx-auto text-primary-400 md:h-24 md:w-24') }}

{{ !empty($title) ? $title : __('Already processed') }}

{{ !empty($message) ? $message : __('Payment has already been processed. Please check your app to see more details about the payment') }}

{{-- close --}}

{{ __('You may close this window') }}