-@extends('backend.dashboard') @section('content')

Kids’ Bedtime Details

{{-- --}} {{-- --}}
Image @if($popular->image) popular Image @else No Image @endif
Alt Text {{ $popular->alt_text ?? '—' }}
Title {{ $popular->title ?? '—' }}
Author {{ $popular->author ?? '—' }}
Price {{ $popular->price ?? '—' }}
Amazon Link {{ $popular->amazon_link ?? '—' }}
Category {{ $popular->category->title ?? '—' }}
Slug {{ $popular->slug ?? '—' }}
Status @if($popular->status == 1) Active @else De-Active @endif
Priority {{ $popular->priority ?? '—' }}
@endsection