mirror of
https://github.com/flarum/framework.git
synced 2024-12-12 06:03:39 +08:00
13 lines
325 B
PHP
13 lines
325 B
PHP
|
<h2>Hold Up!</h2>
|
||
|
|
||
|
<p>These errors must be resolved before you can continue the installation.</p>
|
||
|
|
||
|
<div class="Errors">
|
||
|
@foreach ($errors as $error)
|
||
|
<div class="Error">
|
||
|
<h3 class="Error-message">{{ $error['message'] }}</h3>
|
||
|
<p class="Error-detail">{{ $error['detail'] }}</p>
|
||
|
</div>
|
||
|
@endforeach
|
||
|
</div>
|