@extends('errors.general') @section('title', trans('errors.error-occurred')) @section('content')

{{ trans('errors.some-errors') }}

{{ trans('error.error-code').$code }}

{!! trans('error.details').$message !!}

@endsection