{!! Form::label('name', 'Name:') !!}

{{ $coupons->name }}

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

{{ $coupons->code }}

{{--
{!! Form::label('discount_type', 'Discount Type:') !!}

{{ $coupons->discount_type }}

--}}
{!! Form::label('discount_value', 'Discount Amount:') !!}

{{ $coupons->discount_value }}

{!! Form::label('balance', 'Discount Balance:') !!}

{{ $coupons->balance }}

{!! Form::label('start_date', 'Start Date:') !!}

{{ Common::DateFormat($coupons->start_date) }}

{!! Form::label('end_date', 'End Date:') !!}

{{ Common::DateFormat($coupons->end_date) }}

{{--
{!! Form::label('usage_limit', 'Usage Limit:') !!}

{{ $coupons->usage_limit }}

{!! Form::label('usage', 'Usage:') !!}

{{ $coupons->usage }}

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

{{ $coupons->user_id }}

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

{{ $coupons->status }}

{!! Form::label('min_amount', 'Min Amount:') !!}

{{ $coupons->min_amount }}

--}}