@extends('layouts.admin.index') @section('content')
Info: Manage Redeem Items directly on this page.

Redeem Dashboard

@if(session('success'))
{{ session('success') }}
@endif @foreach($redeems as $redeem) @endforeach
Topic Description Image Actions
{{ $redeem->topic }} {{ $redeem->description }} @if($redeem->image_path) {{ $redeem->topic }} @else No image available @endif
@csrf @method('DELETE')
@endsection