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

{{ __('API Monitor') }}

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

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

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

{{ __('Add APIs') }}

@csrf
@error('csv_file')
{{ $message }}
@enderror {{ __('Using bulk add, you can add multiple APIs at once. You have to enter the API details in a csv file. format of the csv file is as shown below, one header will be there and then one API details per row.)') }}.
Eg: {{ __('Name') }}, {{ __('URL') }}, {{ __('methode') }}, {{ __('Expected response code') }}, {{ __('Ping interval(in minutes)') }}
{{ __('v11, v12, v13, v14, v15') }}
{{ __('v21, v22, v23, v24, v25') }}
{{ __('......') }}
@endsection