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

{{ $payment->id }}

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

{{ $user_email }}

{!! Form::label('platform', 'Platform:') !!}

{{ $payment->platform }}

{!! Form::label('transaction_id', 'Transaction Id:') !!}

{{ $payment->transaction_id }}

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

{{ $payment->amount }}

{!! Form::label('transaction_at', 'Transaction At:') !!}

{{ $payment->getDateTimeFromMilisecond($payment->transaction_at)}}

{!! Form::label('product_id', 'Product Id:') !!}

{{ $payment->product_id }}

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

{{ $status }}

{!! Form::label('type', 'Type:') !!}

{{ $type }}

{!! Form::label('created_by', 'Created By:') !!}

{{ $created_by }}

{{--
{!! Form::label('model_id', 'Model Id:') !!}

{{ $payment->model_id }}

--}}