@extends('layout.adminApp') @section('content')
Coupons
@foreach ($coupons as $coupon) @endforeach
Code Discount Type Expiry Per User Total Status Action
{{ $coupon->coupon_name }} {{ $coupon->discount_number }} {{ $coupon->discount_type }} {{ $coupon->expiry_date }} {{ $coupon->per_user }} {{ $coupon->total }} @if ($coupon->status) @else @endif
@endsection @section('script') @if ($errors->any()) @endif @endsection