@extends('install.layout') @section('title', 'Installation Complete!') @section('content')

{{ __('Installation Complete!') }}

{{ __('Congratulations! Your application has been successfully installed.') }}

{{ __('Ready to Launch!') }}

{{ __('You can now access your application and start using it. We hope you enjoy it!') }}

{{ __('For any questions or support, please refer to the documentation or contact our support team.') }}

@endsection @push('scripts') @endpush