@extends('layouts.app') @section('title', 'Edit Connection Type') @section('content')

Edit Connection Type

Update connection type information

Connection Type Information
@csrf @method('PUT')
Basic Information
@error('name')
{{ $message }}
@enderror
@error('isp_id')
{{ $message }}
@enderror
is_active) ? 'checked' : '' }}>
Additional Details
@error('description')
{{ $message }}
@enderror
Cancel
@section('styles') @endsection @endsection