@extends('layouts.back-end.app-seller') @section('title', \App\CPU\translate('Coupon Add')) @push('css_or_js') @endpush @section('content')
{{\App\CPU\translate('coupon_setup')}}
| {{\App\CPU\translate('SL')}} | {{\App\CPU\translate('coupon')}} | {{\App\CPU\translate('coupon_type')}} | {{\App\CPU\translate('Duration')}} | {{\App\CPU\translate('user_limit')}} | {{\App\CPU\translate('discount_bearer')}} | {{\App\CPU\translate('Status')}} | {{\App\CPU\translate('Action')}} |
|---|---|---|---|---|---|---|---|
| {{$coupons->firstItem() + $k}} |
{{substr($coupon['title'],0,20)}}
{{\App\CPU\translate('code')}}: {{$coupon['code']}}
|
{{\App\CPU\translate(str_replace('_',' ',$coupon['coupon_type']))}} |
{{date('d M, y',strtotime($coupon['start_date']))}} -
{{date('d M, y',strtotime($coupon['expire_date']))}}
|
{{\App\CPU\translate('Limit')}}: {{ $coupon['limit'] }}, {{\App\CPU\translate('Used')}}: {{ $coupon['order_count'] }} | {{ $coupon['coupon_bearer'] == 'inhouse' ? 'admin':$coupon['coupon_bearer'] }} |
{{\App\CPU\translate('No data to show')}}