{!! Form::label('id', 'Id:') !!}

{{ $payment->id }}

{!! Form::label('order_id', 'Order Id:') !!}

{{ $payment->order_id }}

{!! Form::label('receipt', 'Receipt:') !!}

{{ $payment->receipt }}

{!! Form::label('application_id', 'Application Id:') !!}

{{ $payment->application_id }}

{!! Form::label('amount', 'Amount:') !!}

{{ $payment->amount }}

{!! Form::label('amount_paid', 'Amount Paid:') !!}

{{ $payment->amount_paid }}

{!! Form::label('status', 'Status:') !!}

{{ $payment->status }}

{!! Form::label('order_created', 'Order Created:') !!}

{{ $payment->order_created }}

{!! Form::label('payment_method', 'Payment Method:') !!}

{{ $payment->payment_method }}

{!! Form::label('payment_captured', 'Payment Captured:') !!}

{{ $payment->payment_captured }}

{!! Form::label('email', 'Email:') !!}

{{ $payment->email }}

{!! Form::label('contact', 'Contact:') !!}

{{ $payment->contact }}

{!! Form::label('fee', 'Fee:') !!}

{{ $payment->fee }}

{!! Form::label('tax', 'Tax:') !!}

{{ $payment->tax }}

{!! Form::label('error_code', 'Error Code:') !!}

{{ $payment->error_code }}

{!! Form::label('error_description', 'Error Description:') !!}

{{ $payment->error_description }}

{!! Form::label('error_step', 'Error Step:') !!}

{{ $payment->error_step }}

{!! Form::label('error_reason', 'Error Reason:') !!}

{{ $payment->error_reason }}

{!! Form::label('payment_created', 'Payment Created:') !!}

{{ $payment->payment_created }}

{!! Form::label('card_name', 'Card Name:') !!}

{{ $payment->card_name }}

{!! Form::label('card_last_4', 'Card Last 4:') !!}

{{ $payment->card_last_4 }}

{!! Form::label('card_network', 'Card Network:') !!}

{{ $payment->card_network }}

{!! Form::label('card_type', 'Card Type:') !!}

{{ $payment->card_type }}

{!! Form::label('card_issuer', 'Card Issuer:') !!}

{{ $payment->card_issuer }}

{!! Form::label('card_sub_type', 'Card Sub Type:') !!}

{{ $payment->card_sub_type }}

{!! Form::label('acquirer_data', 'Acquirer Data:') !!}

{{ $payment->acquirer_data }}

{!! Form::label('created_at', 'Created At:') !!}

{{ $payment->created_at }}

{!! Form::label('updated_at', 'Updated At:') !!}

{{ $payment->updated_at }}