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

{{ __('Website Monitor') }}

{{ __('Add Bulk Websites') }}

{{ __('You can add websites as .csv file from here') }}.

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

{{ __('Add Websites') }}

@csrf
@error('csv_file')
{{ $message }}
@enderror {{ __('Using bulk add, you can add multiple websites at once. You have to enter the website details in a csv file. format of the csv file is as shown below, one header will be there and then one website details per row.)') }}.
Eg: {{ __('Name') }}, {{ __('URL') }}, {{ __('ssl_port (default:433, can be skipped)') }}
{{ __('v11, v12, v13') }}
{{ __('v21, v22, v23') }}
{{ __('......') }}
@endsection