@extends('errors.general') @section('title', trans('errors.error-occurred')) @section('content')
{{ trans('error.error-code').$code }}
{!! trans('error.details').$message !!}