@extends('layouts.app') @section('content')
Edit Agent Balance
@if($agentBalance->is_received)
Important: This agent balance was marked as Received on {{ $agentBalance->received_at->format('Y-m-d H:i') }}. Updating it will automatically reverse the old balance adjustment on the target account and apply the new details.
@endif
@csrf @method('PUT')
Cancel
@endsection