-@extends('backend.dashboard') @section('content')
| Image |
@if($featured->image)
|
|---|---|
| Alt Text | {{ $featured->alt_text ?? '—' }} |
| Title | {{ $featured->title ?? '—' }} |
| Author | {{ $featured->author ?? '—' }} |
| Price | {{ $featured->price ?? '—' }} |
| Book Link | {{ $featured->amazon_link ?? '—' }} |
| Slug | {{ $featured->slug ?? '—' }} |
| Status | @if($featured->status == 1) Active @else De-Active @endif |
| Priority | {{ $featured->priority ?? '—' }} |