@extends('shaun_core::install.layouts.master') @section('template_title') {{ __('Error!') }} @endsection @section('title') {{ __('An error has occurred!') }} @endsection @section('title', __('An error has occurred!')) @section('container')

{{ $response['message'] }}

{{ __('Click here to exit') }}
@stop