@if($offers->count() > 0) @foreach($offers as $key =>$offer) @endforeach @else

No offer Found

@endif
# Name Type Amount Status Action
{{ $offers->firstItem() + $key }} {{ $offer->name }} {{ $offer->type }} @if($offer->type == 'flat') Rs.{{ $offer->amount }} OFF @else {{ $offer->amount }}% OFF @endif @if($offer->status) @php $statusBtn = '' @endphp Active @else @php $statusBtn = '' @endphp Deactive @endif {!! $statusBtn !!}
{!! $offers->links() !!}