{{translate($title)}}
{{translate('Coupon List')}}
{{translate('Duration')}} | {{translate('Name')}} | {{translate('Code')}} | {{translate('Type')}} | {{translate('Value')}} | {{translate('Status')}} | {{translate('Action')}} | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{get_date_time($coupon->start_date)}} - {{get_date_time($coupon->end_date)}} | {{($coupon->name)}} | {{($coupon->code)}} | @if($coupon->type == 1) {{translate('Fixed ')}} @else {{translate('Percent ')}} @endif | {{round(($coupon->value))}} | @if($coupon->status == 1) {{translate('Enable')}} @else {{translate('Disable')}} @endif | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
@include('admin.partials.not_found') |
{{ $coupons->links() }}