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

{{ __('uum.addamonitor') }} {{ __('uum.viewall') }}


@csrf @method('PATCH')
@if($errors->has('url'))
{{ $errors->first('url') }}
@endif
@if($errors->has('uptime_check_interval_in_minutes'))
{{ $errors->first('uptime_check_interval_in_minutes') }}
@endif
@if($errors->has('uptime_check_enabled'))
{{ $errors->first('uptime_check_enabled') }}
@endif
@if($errors->has('certificate_check_enabled'))
{{ $errors->first('certificate_check_enabled') }}
@endif
@endsection @section('myscript') @endsection