mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-21 06:19:38 +08:00
11 lines
202 B
Smarty
11 lines
202 B
Smarty
@extends('errors.general')
|
|
|
|
@section('title', '出现错误')
|
|
|
|
@section('content')
|
|
<h1>出现了一些错误:</h1>
|
|
|
|
<p>错误码: {{ $code }}</p>
|
|
<p>详细信息:{!! $message !!}</p>
|
|
@endsection
|