@if($requirementsFailed)
Detected the following problems. Please correct them before proceeding with the update.
@foreach($requirements as $req) @if(!$req['result'])
{{$req['errorMessage']}}
@endif @endforeach
@endif
{{ csrf_field() }}
This might take several minutes, please don't close this browser tab while update is in progress.
@if($requirementsFailed)
Update Now
@else
Update Now
@endif