@if (!empty($reqErrors))
Requirement Error(s)!
Please fix the following errors to proceed the installation:
@foreach ($reqErrors as $reqError)
- {{ $reqError }}
@endforeach
@else
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@endif