@include('layouts.head')
@include('layouts.header') @include('layouts.sidebar')

Coupons List

@if (\Session::has('success'))
@endif

Please Select Coupon

@foreach($coupons as $c) @endforeach
Coupon Id Coupon Image Coupon Title Coupon Type Coupon Code Seasonal Created By Store Edit Delete
{{$c->id}} {{$c->coupon_title}} @if($c->is_coupon == 1) Coupon @else Deal @endif @if($c->coupon_code != '') {{$c->coupon_code}} @else N/A @endif @if($c->is_seasonal == 1) {{$c->seasons}} @else N/A @endif {{$c->store}} {{$c->createdByName}}
@include('layouts.footer')