{!! Form::label('id', 'Id:', ['class' => 'col-3 control-label text-right']) !!}

{!! $coupon->id !!}

{!! Form::label('code', 'Code:', ['class' => 'col-3 control-label text-right']) !!}

{!! $coupon->code !!}

{!! Form::label('discount', 'Discount:', ['class' => 'col-3 control-label text-right']) !!}

{!! $coupon->discount !!}

{!! Form::label('discount_type', 'Discount Type:', ['class' => 'col-3 control-label text-right']) !!}

{!! $coupon->discount_type !!}

{!! Form::label('description', 'Description:', ['class' => 'col-3 control-label text-right']) !!}

{!! $coupon->description !!}

{!! Form::label('product_id', 'Product Id:', ['class' => 'col-3 control-label text-right']) !!}

{!! $coupon->product_id !!}

{!! Form::label('market_id', 'Market Id:', ['class' => 'col-3 control-label text-right']) !!}

{!! $coupon->market_id !!}

{!! Form::label('category_id', 'Category Id:', ['class' => 'col-3 control-label text-right']) !!}

{!! $coupon->category_id !!}

{!! Form::label('expires_at', 'Expires At:', ['class' => 'col-3 control-label text-right']) !!}

{!! $coupon->expires_at !!}

{!! Form::label('enabled', 'Enabled:', ['class' => 'col-3 control-label text-right']) !!}

{!! $coupon->enabled !!}

{!! Form::label('created_at', 'Created At:', ['class' => 'col-3 control-label text-right']) !!}

{!! $coupon->created_at !!}

{!! Form::label('updated_at', 'Updated At:', ['class' => 'col-3 control-label text-right']) !!}

{!! $coupon->updated_at !!}