@extends('install.layout') @section('title', __('Complete')) @section('step-name', __('Complete')) @section('content')
{{-- Animated Success Checkmark --}}
{{-- Heading --}}

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

{{ __('SnapNest has been successfully installed and is ready to use.') }}

{{-- Info Cards side by side --}}

{{ __('Admin Panel URL') }}

{{ $appUrl }}/admin

{{ __('Admin Email') }}

{{ $adminEmail }}

{{-- Security Reminder --}}

{{ __('Please save your login credentials. For security, the password is not displayed here.') }}

{{-- Buttons side by side --}}
{{ __('Go to Admin Panel') }} {{ __('Visit Homepage') }}
@endsection