@extends("vendor.template.layout") @section("header") @stop @section("content")
@foreach($datamain as $data) @endforeach
# Image Offer name Type Start Date Expiry Date Status Action
{{$i}} {{$data->coupon_title}} {{$data->name}} {{date('d-M-Y', strtotime($data->start_date))}} {{date('d-M-Y', strtotime($data->coupon_end_date))}} @if($data->coupon_status ==1) {{'Active'}}@else {{'Inactive'}}@endif
@stop @section("script") @stop