@if (getSetting('PWA') == 'enabled')
@endif
@include('include.admin.toast')
@csrf
{{ __('License Fix') }}
{{ __('If you are experiencing issues with your license, or if your IP address or domain associated with the license has changed, please revalidate it by entering your license code below.') }}
@error('license_code')
{{ $message }}
@enderror
{{ __('Admin Password') }}
@error('admin_password')
{{ $message }}
@enderror
{{ __('Fix License') }}