14 lines
345 B
PHP
14 lines
345 B
PHP
@extends('admin::layouts.master')
|
|
|
|
@section('title', __('Server Error'))
|
|
@section('code', '500')
|
|
@section('message', __('Server Error'))
|
|
|
|
|
|
|
|
{{--@extends('admin::layouts.master')--}}
|
|
{{----}}
|
|
{{--@section('title', __('admin/common.forbidden'))--}}
|
|
{{--@section('code', '403')--}}
|
|
{{--@section('content', __('admin/common.has_no_permission'))--}}
|