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

{{ $paymentCard->frontUser->name }}

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

{{ $paymentCard->card_holder_name }}

{!! 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 }}