@extends('layouts.admin') @section('content')
| Title | Status | Featured | Last Updated | Actions |
|---|---|---|---|---|
| {{ $reward->title }} @if($reward->featured_image) Has Image @endif | @if($reward->status === 'published') Published @elseif($reward->status === 'draft') Draft @else Archived @endif | @if($reward->is_featured) Featured @else - @endif | {{ $reward->updated_at->format('d M Y, h:i A') }} |