@extends('admin.masterv2') @section('styleSheet') @endsection @section('content')
@include('admin.includesV2.backendAlert')
@if(isset($couponCode))
@csrf
Download Excel {{-- @if ($errors->has('excel'))
    @foreach ($errors->get('excel') as $error)
  • {{ $error }}
  • @endforeach
@endif --}} @foreach($coupons as $coupon) @endforeach
ID Code Email Mobile Name Status Action
{{$coupon->id}} {{$coupon->code}} {{$coupon->email}} {{$coupon->mobile}} {{$coupon->name}} {{$coupon->is_active}} Edit
@endif
@endsection @section('customJs') @endsection @section('documentJquery') @endsection