@extends('admin.layout') @section('css') @endsection @section('content')
VIEW YOUR COUPONS DETAILS

All Coupon List

Delete All
{{--
--}}
@foreach ($data as $item) @endforeach
Action Name Offer Offer Details Store Type Expiry
{{$item->offer_name}} {{$item->offer_box}} {{$item->offer_details}} {{$item->store_title}} @if($item->type == 'code') Coupon @else Deal @endif @if($item->expiry) {{ date('m-d-Y',strtotime($item->expiry)) }}@endif
{{--
--}}
@if(isset($form)) {!!$form!!} @endif @endsection @section('js') @endsection