@extends('layouts.app') @section('title', 'Edit MikroTik Server - ISP ERP System') @section('page-title', 'Edit MikroTik Server') @section('content')

Edit MikroTik Server

Update configuration for {{ $mikrotik->name }}

Server Configuration
@csrf @method('PUT')
Basic Information
Select ISP for this server
Select sub-branch for this server
Give your MikroTik server a descriptive name
Enter the IP address or hostname of your MikroTik router
Connection Settings
Default: 8728 (API), 8729 (SSL)
RouterOS admin username
Leave blank to keep current password
Advanced Settings
RouterOS API version
Server monitoring status
is_active) ? 'checked' : '' }}>
Server sync and operations status
is_enabled) ? 'checked' : '' }}>
Optional description about this server
Additional notes or comments
Connection Test: Test your connection before saving to ensure the server is accessible.
Current Server Information
Created:
{{ $mikrotik->created_at->format('M d, Y H:i') }}
Last Updated:
{{ $mikrotik->updated_at->format('M d, Y H:i') }}
Active Status:
@if($mikrotik->is_active) Active @else Inactive @endif
Enabled Status:
@if($mikrotik->is_enabled) Enabled @else Disabled @endif
API Version:
{{ $mikrotik->api_version }}

Cancel
@endsection @section('scripts') @endsection