@extends('admin.layout') @section('page-title', 'Hold Account Details') @section('content')
{{ $holdAccount->paymentMethod->name ?? 'N/A' }}
${{ number_format($holdAccount->balance, 2) }}
{{ $holdAccount->description ?? 'N/A' }}
{{ $holdAccount->created_at->format('M d, Y H:i') }}
{{ $holdAccount->updated_at->format('M d, Y H:i') }}
Note: Hold accounts are automatically created when payment methods are created and deleted when payment methods are deleted.