@extends('service::layouts.app', ['title' => __('service::install.error')]) @section('content')

{{ $title ?? __('service::install.error') }}

{{ $message }}

{{ _trans('service::install.goto_home') }}
@stop