@extends('_layout') @section('title', sysConfig('website_name').' - '.trans('error.title')) @section('layout_css') @endsection @section('body_class', 'page-error layout-full') @section('layout_content')

{{trans('error.whoops')}}

{{trans('error.report')}}

{!! $message !!}
@endsection