@extends('layouts.merchant-backend-layout') @section('content')

Loyalty Program Rewards



@include('includes.messages')
@if(count($data['rewards']) == 0)

{{ trans('admin::users.pages.no_record_found') }}

@else @if($data['type']==1) @else @endif {{--*/ $j=0 /*--}} @foreach ($data['rewards'] as $ad ) {{--*/ $class= ($ad->is_expired==1)?'Active':'Expired'/*--}} @endforeach
S.No NameStampsCreditsLocation Timing Validity Valid days Edit Delete
{{$j=$j+1}} {{$ad->name}} {{$ad->points}} {{$ad->location}} {{$from}} to {{$to}} {{$ad->validity}} {{$string}} Edit Delete
@endif
@stop