@extends('core::layouts.error') @section('title',__('core::message.error.'.$code)) @section('layouts')
{{ $code }}
{!! (isset($message)&&!empty($message) ? $message : __('core::message.error.'.$code)) !!}
@if(env('APP_DEBUG'))
{{ dump($exceptions) }}
@endif
© {{ date('Y') }} {{ get_app_name() }}. All rights reserved.
@endsection