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

Early Learning Details

{{-- --}} {{-- --}}
Image @if($bookOffer->image) bookOffer Image @else No Image @endif
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 ?? '—' }}
@endsection