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

{{ $level }}: 出现了一些错误

详细信息:{{ $message }}

文件位置:{{ $file }}: {{ $line }}

@endsection