@extends('admin.layout') @section('page-title', 'Edit Hold Account') @section('content')

Edit Hold Account

Back
@csrf @method('PUT')

{{ $holdAccount->paymentMethod->name ?? 'N/A' }}

This cannot be changed as it's linked to the payment method.

@error('balance')

{{ $message }}

@enderror
@error('description')

{{ $message }}

@enderror
Cancel
@endsection