blessing-skin-server/resources/views/errors/exception.tpl
2016-09-18 19:45:01 +08:00

13 lines
289 B
PHP

@extends('errors.general')
@section('title', trans('errors.error-occurred'))
@section('content')
<h1>{{ $level.': '.trans('errors.some-errors') }}</h1>
<p>{{ trans('errors.details').$message }}</p>
<p>{{ trans('errors.file-location') }}<b>{{ $file }}: {{ $line }}</b></p>
@endsection