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

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

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

{!! $message !!}
@endsection