@extends('installer.layout') @section('content')
{{ __('Result') }}

@if ($success) {{ __('Congratulations! The installation has finished successfully.') }} @else {{ __('Oops. The installation has failed for some reason.') }} @endif

{{ trim($output) }}
@if ($success)
@else
@endif
@endsection