{!! Form::label('code', __('models/vouchers.fields.code').':') !!}

{{ $voucher->code }}

{!! Form::label('model_type', __('models/vouchers.fields.model_type').':') !!}

{{ $voucher->model_type }}

{!! Form::label('model_id', __('models/vouchers.fields.model_id').':') !!}

{{ $voucher->model_id }}

{!! Form::label('data', __('models/vouchers.fields.data').':') !!}

{{ $voucher->data }}

{!! Form::label('expires_at', __('models/vouchers.fields.expires_at').':') !!}

{{ $voucher->expires_at }}