@extends('errors.general') @section('title', '出现错误') @section('content')

出现了一些错误:

错误码: {{ $code }}

详细信息:{!! $message !!}

@endsection