blessing-skin-server/resources/views/errors/http.blade.php
2018-08-14 22:08:44 +08:00

12 lines
212 B
PHP

@extends('errors.general')
@section('title', $title)
@section('content')
<h1>{{ $title }}
@include('setup.wizard.language')
</h1>
<p>{{ trans('errors.exception.detail', ['msg' => $message]) }}</p>
@endsection