@if(!$this->intents->count()) {{ __('adminhub::components.orders.capture.no_intents') }} @else @foreach($this->intents as $intent) @endforeach @if($this->transactionModel->amount->decimal > $amount) You're about to capture an amount less than the total transaction value. @endif
{{ __('adminhub::components.orders.capture.capture_btn') }}
@if($this->captureError) {{ $this->captureError }} @endif @endif