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