Files
librenms-librenms/resources/views/errors/generic.blade.php

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
239 B
PHP
Raw Normal View History

@extends('layouts.error')
@section('title')
{{ isset($title) ? $title : __('Whoops, looks like something went wrong. Check your librenms.log.') }}
@endsection
@section('content')
{{ isset($content) ? $content : '' }}
@endsection