Core Charge Item #{{ $itemId }}
{{-- Status — drives which fields apply --}}

@if($status === 'waived') Supplier waived the core — no return label needed. Record the customer refund below. @else Create a return label for the customer, then record the customer refund once the part is returned to the supplier. @endif

@if($status === 'waived') {{-- Waived: refund recorded to the customer, no return label --}}
$
@error('amount') {{ $message }} @enderror
@else {{-- Refunded workflow: money fields, then return-label tracking fields --}}
$
@error('amount') {{ $message }} @enderror
$
@error('label_cost') {{ $message }} @enderror
@error('core_return_tracking') {{ $message }} @enderror
@endif {{-- Comment --}}
{{-- Actions --}}
@if($recordMeta) Remove @if($recordMeta['when']) Last updated {{ $recordMeta['when'] }}@if($recordMeta['user']) · {{ $recordMeta['user'] }} @endif @endif @endif
Save Core Charge
Close