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

Edit Bandwidth Request

Update bandwidth request information

Request Information
@csrf @method('PUT')
@error('user_id')
{{ $message }}
@enderror
@error('request_type')
{{ $message }}
@enderror
Date when the change should take effect and invoice should be generated @error('effective_date')
{{ $message }}
@enderror
@error('new_bandwidth_mbps')
{{ $message }}
@enderror
@error('current_sales_invoice_id')
{{ $message }}
@enderror
@error('current_sales_invoice_item_id')
{{ $message }}
@enderror
Maximum 2000 characters @error('notes')
{{ $message }}
@enderror
Cancel
@endsection @section('scripts') @endsection