2018-10-18 21:08:46 -05:00
|
|
|
@extends('layouts.error')
|
2018-07-17 15:15:11 -05:00
|
|
|
|
2018-10-18 21:08:46 -05:00
|
|
|
@section('title')
|
|
|
|
|
{{ isset($title) ? $title : __('Whoops, looks like something went wrong. Check your librenms.log.') }}
|
|
|
|
|
@endsection
|
2018-07-17 15:15:11 -05:00
|
|
|
|
2018-10-18 21:08:46 -05:00
|
|
|
@section('content')
|
|
|
|
|
{{ isset($content) ? $content : '' }}
|
|
|
|
|
@endsection
|