@extends('admin.layouts.default') @section('header_styles') @stop @section('content')

@yield('title', 'Coupon Details')

Coupons Listing View

Coupons Details

@if($coupons->coupons_descriptions) @endif @if($coupons->discount_type) @endif @if($coupons->discount_amount) @endif @if($coupons->usage_count) @endif @if($coupons->usage_limit) @endif @if($coupons->usage_limit_per_user) @endif @if($coupons->usage_limit_to_x_items) @endif @if($coupons->included_categories) @endif @if($coupons->inculded_products) @endif @if($coupons->excluded_categories) @endif @if($coupons->excluded_products) @endif @if($coupons->orders_online) @endif @if($coupons->collections_orders) @endif @if($coupons->eat_in_order) @endif @if($coupons->table_orders) @endif @if($coupons->ordered_from) @endif @if($coupons->time_from) @endif @if($coupons->coupons_days) @endif @if($coupons->coupons_time_from) @endif @if($coupons->coupons_time_to) @endif @if($coupons->coupons_start_date) @endif @if($coupons->coupons_end_date) @endif @if($coupons->coupons_sort) @endif @if($coupons->coupons_status) @endif
Coupon Code {{ $coupons->coupons_code }}
Coupons Description {{ $coupons->coupons_descriptions }}
Discount Type {{ $coupons->discount_type }}
Discount Amount {{ $coupons->discount_amount }}
Usage Count {{ $coupons->usage_count }}
Usage Limit {{ $coupons->usage_limit }}
Usage Limit Per User {{ $coupons->usage_limit_per_user }}
Usage Limit To X Items {{ $coupons->usage_limit_to_x_items }}
Included Categories {{ $coupons->included_categories }}
Included Products {{ $coupons->inculded_products }}
Excluded Categories {{ $coupons->excluded_categories }}
Excluded Products {{ $coupons->excluded_products }}
Orders Online {{ $coupons->orders_online }}
Collections Orders {{ $coupons->collections_orders }}
Eat-in Orders {{ $coupons->eat_in_order }}
Table Orders {{ $coupons->table_orders }}
Ordered From {{ $coupons->ordered_from }}
Time From {{ $coupons->time_from }}
Days {{ $coupons->coupons_days }}
Time From {{ $coupons->coupons_time_from }}
Time To {{ $coupons->coupons_time_to }}
Start Date {{ $coupons->coupons_start_date }}
End Date {{ $coupons->coupons_end_date }}
Coupons Sort {{ $coupons->coupons_sort }}
Coupons Status {{ $coupons->coupons_status }}
@stop @section('footer_scripts') @stop