@extends('admin.layouts.app') @section('title', 'Redeemable Gifts') @section('content')
| # | Image | Name | Price | Quantity | Status | Action |
|---|---|---|---|---|---|---|
| {{ $loop->iteration + ($gifts->firstItem() - 1) }} |
@if ($gift->image)
|
{{ $gift->name }} | {{ $gift->price }} | {{ $gift->quantity }} | @if ($gift->is_active) Active @else Inactive @endif |
|
| No gift found. | ||||||