{{__("Payout Batch ID")}} {{ $response->batch_header->payout_batch_id }}
{{__("Amount")}} {{ $response->batch_header->amount->currency.' '.$response->batch_header->amount->value }}
{{__("Payout Status")}} {{ $response->batch_header->batch_status }}
{{__("Payout Created ON")}} {{ date('d-m-Y | h:i A',strtotime($response->batch_header->time_created)) }}
{{__("Payout Proccessed ON")}} {{ date('d-m-Y | h:i A',strtotime($response->items[0]->time_processed)) }}
{{ __("Payout Completed On") }} {{ date('d-m-Y | h:i A',strtotime($response->batch_header->time_completed)) }}
{{ __("Transcation ID") }} {{ $response->items[0]->transaction_id }}
{{ __("Transcation Status") }} {{ $response->items[0]->transaction_status }}
{{ __('Message') }}

{{ $response->items[0]->errors->name }}

{{ $response->items[0]->errors->message }}