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

{{ $vouchers->id }}

{!! Form::label('ref_no', 'Ref No:') !!}

{{ $vouchers->ref_no }}

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

{{ $vouchers->front_user_id }}

{!! Form::label('policy_id', 'Policy Id:') !!}

{{ $vouchers->policy_id }}

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

{{ $vouchers->amount }}

{!! Form::label('payment_status', 'Payment Status:') !!}

{{ $vouchers->payment_status }}

{!! Form::label('voucher_date', 'Voucher Date:') !!}

{{ $vouchers->voucher_date }}

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

{{ $vouchers->status }}

{!! Form::label('payment_method_id', 'payment Method Id:') !!}

{{ $vouchers->payment_method_id }}

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

{{ $vouchers->created_at }}

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

{{ $vouchers->updated_at }}