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

{{ $paymentCard->id }}

{!! Form::label('front_user_id', 'Front User Id:') !!}

{{ $paymentCard->front_user_id }}

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

{{ $paymentCard->card_holder_name }}

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

{{ $paymentCard->payment_card_type }}

{!! Form::label('credit_card_no', 'Credit Card No:') !!}

{{ $paymentCard->credit_card_no }}

{!! Form::label('secret-code', 'Secret-Code:') !!}

{{ $paymentCard->secret-code }}

{!! Form::label('exp_month', 'Exp Month:') !!}

{{ $paymentCard->exp_month }}

{!! Form::label('exp_year', 'Exp Year:') !!}

{{ $paymentCard->exp_year }}

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

{{ $paymentCard->created_at }}

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

{{ $paymentCard->updated_at }}