@extends('installer.layout') @section('content')
@if ($success) {{ __('Congratulations! The installation has finished successfully.') }} @else {{ __('Oops. The installation has failed for some reason.') }} @endif
{{ trim($output) }}