17 lines
315 B
PHP
17 lines
315 B
PHP
@extends('master')
|
|
|
|
@section('title')
|
|
<div class="title m-b-md">
|
|
Search monitoring
|
|
</div>
|
|
@stop
|
|
|
|
@section('links')
|
|
<div class="links">
|
|
<a href="{{ url('/') }}">Monitoring</a>
|
|
</div>
|
|
@stop
|
|
|
|
@section('content')
|
|
|
|
@stop |