Hold Up!

These errors must be resolved before you can continue the installation. If you're having trouble, get help on the Flarum website.

@foreach ($errors as $error)

{!! $error['message'] !!}

@if (! empty($error['detail']))

{!! $error['detail'] !!}

@endif
@endforeach