@extends('admin.layouts.master') @section('title','All Coupans') @section('maincontent') @component('components.breadcumb',['secondaryactive' => 'active']) @slot('heading') {{ __('Coupan') }} @endslot @slot('menu1') {{ __('Coupan') }} @endslot @slot('button')
@endslot @endcomponent{{ __('adminstaticword.ID') }} | {{ __('adminstaticword.CODE') }} | {{ __('adminstaticword.Amount') }} | {{ __('adminstaticword.MaxUsage') }} | {{ __('adminstaticword.Detail') }} | {{ __('adminstaticword.Action') }} | @foreach($coupans as $key=> $cpn)
---|---|---|---|---|---|
{{ __('Are You Sure') }} ?{{ __('Do you really want to delete selected item names here? This process cannot be undone') }}. |
{{ $cpn->code }} | @if($cpn->distype == 'fix') @endif {{ $cpn->amount }}@if($cpn->distype == 'per')% @endif | {{ $cpn->maxusage }} |
{{ __('adminstaticword.Linkedto') }}: {{ ucfirst($cpn->link_by) }} {{ __('adminstaticword.ExpiryDate') }}: {{ date('d-M-Y',strtotime($cpn->expirydate)) }} {{ __('adminstaticword.DiscountType') }}: {{ $cpn->distype == 'per' ? "Percentage" : "Fixed Amount" }} {{ __('Coupon Code display on front') }}: @if($cpn->show_to_users == '1') {{ __('Yes') }} @else {{ __('No') }} @endif |
@if (isset($cpn->stripe_coupon_id)) - @else |