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

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

{{ $message }}

{{ ___('installer.Go Home') }}
@stop