webseite funktioniert, pay sdk, blog backend funktioniert
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@extends('marketing.layout')
|
||||
@extends('layouts.marketing')
|
||||
|
||||
@section('title', __('marketing.success.title'))
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
</script>
|
||||
<div class="text-center">
|
||||
<div class="spinner-border animate-spin inline-block w-8 h-8 border border-2 border-blue-600 border-t-transparent rounded-full" role="status">
|
||||
<span class="sr-only">Loading...</span>
|
||||
<span class="sr-only">{{ __('marketing.success.loading') }}</span>
|
||||
</div>
|
||||
<p class="mt-2 text-gray-600">{{ __('marketing.success.redirecting') }}</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user