@extends('layouts.new_theme') @section('content')

{{ __('Website Monitor') }}

{{ __('Edit website') }}

{{ __('You can update a website from here') }}.

@include('common.demo') @include('common.errors')

{{ __('Edit website') }}

@csrf
@error('name')
{{ $message }}
@enderror {{ __('Here you can enter a name of your choice for the website') }}.
@error('url')
{{ $message }}
@enderror {{ __('Here you can enter the domain. Note that you have to enter the exact domain name, ') }}.
Eg: {{ __('modulespanel.com') }}
@error('ssl_port')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror Eg: {{ Auth::user()->email }} {{ __('Here you can enter email id, To this email id status update emails will be sent.') }}
{{ __('If no email is mentioned here, mail will be sent to') }}
{{ Auth::user()->email }}
@if (env('APP_ENV') != 'demo')
@endif
@endsection