@extends('layouts.back-end.app') @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')}} |
|---|---|---|---|---|---|---|---|
| {{$cou->firstItem() + $k}} |
{{substr($c['title'],0,20)}}
{{\App\CPU\translate('code')}}: {{$c['code']}}
|
{{\App\CPU\translate(str_replace('_',' ',$c['coupon_type']))}} |
{{date('d M, y',strtotime($c['start_date']))}} -
{{date('d M, y',strtotime($c['expire_date']))}}
|
{{\App\CPU\translate('Limit')}}: {{ $c['limit'] }}, {{\App\CPU\translate('Used')}}: {{ $c['order_count'] }} | {{ $c['coupon_bearer'] == 'inhouse' ? 'admin':$c['coupon_bearer'] }} |
{{\App\CPU\translate('No data to show')}}