blessing-skin-server/resources/views/errors/exception.tpl
2016-09-28 13:23:07 +08:00

13 lines
329 B
PHP

@extends('errors.general')
@section('title', trans('errors.general.title'))
@section('content')
<h1>{{ $level.': '.trans('errors.exception.title') }}</h1>
<p>{{ trans('errors.exception.message', ['msg' => $message]) }}</p>
<p>{!! trans('errors.exception.location', ['location' => "<b>$file: $line</b>"]) !!}</p>
@endsection