2015-08-17 12:42:02 +08:00
|
|
|
<h2>Hold Up!</h2>
|
|
|
|
|
2015-08-27 18:41:06 +08:00
|
|
|
<p>These errors must be resolved before you can continue the installation. If you're having trouble, get help on the <a href="http://flarum.org/docs/troubleshooting" target="_blank">Flarum website</a>.</p>
|
2015-08-17 12:42:02 +08:00
|
|
|
|
|
|
|
<div class="Errors">
|
|
|
|
@foreach ($errors as $error)
|
|
|
|
<div class="Error">
|
2015-08-27 18:41:06 +08:00
|
|
|
<h3 class="Error-message">{!! $error['message'] !!}</h3>
|
|
|
|
@if (! empty($error['detail']))
|
|
|
|
<p class="Error-detail">{!! $error['detail'] !!}</p>
|
|
|
|
@endif
|
2015-08-17 12:42:02 +08:00
|
|
|
</div>
|
|
|
|
@endforeach
|
|
|
|
</div>
|