@extends('installer.layouts.app_install', ['title' => @$data['title']]) @section('content')

{{ $title ?? _trans('common.Error') }}

{{ $message }}

{{ _trans('common.Go Home') }}
@stop