@extends('installer.layout') @section('title', 'Unlock Installer') @section('content')
Unlock

Unlock Installer

Enter the installer password to unlock for reinstallation.

@if($errors->any())
{{ $errors->first('unlock_password') }}
@endif
@csrf
Cancel
@endsection