@extends('admin.layouts.index', ['header' => true, 'nav' => true, 'demo' => true, 'settings' => $settings]) {{-- Custom CSS --}} @section('css') @endsection @section('content')
{{-- Failed --}} @if (Session::has('failed')) @endif {{-- Success --}} @if (Session::has('success')) @endif
@csrf
{{-- Success --}} @if (Session::has('success'))

{{ __('Thanks for your support!') }}

{{ __('Your support is important to us. We will use it to keep the project alive and to continue to add new features and support to it.') }}

@endif {{-- Failed --}} @if (Session::has('failed'))

{{ __('Your support plan has ended!') }}

{{ __('Renew now to continue enjoying priority support, updates, and uninterrupted access to exclusive features.') }}

@endif
{{-- Footer --}} @include('admin.includes.footer')
@endsection