@extends('master') @section('content')

{{ __('uum.monitors') }} ({{ $monitors->total() }}) {{ __('uum.addnew') }} | {{ __('uum.deleteall') }}

@if($monitors->count())
@foreach($monitors as $m) @endforeach
{{ __('uum.urlip') }} {{ __('uum.added') }} {{ __('uum.status') }} {{ __('uum.lastchecked') }}
{{ $m->url }} {{ $m->created_at->diffForHumans() }} {{ $m->lastChecked }}    
{{ $monitors->links() }}
@else

{{ __('uum.noresults') }}

{{ __('uum.nomonitorsadded') }}

@endif
@endsection @section('myscript') @endsection