@extends('layouts.app') @section('title', 'Edit Customer') @section('content')
@include('admin.partials.sidebar')
@include('admin.partials.topbar')

Edit Customer

Update customer information

@csrf @method('PUT')
@error('name')

{{ $message }}

@enderror

PPPoE Configuration

PPPoE credentials will be synced with Mikrotik automatically when saved.

Cancel
@endsection