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

Kids’ Bedtime List

Add Kids’ Bedtime
{{-- --}} @forelse($populars as $key => $popular) {{-- --}} @empty @endforelse
SI
Image
Category Title
Title
Author
Price
Priority
Status
Action
{{ $populars->firstItem() + $key }} @if($popular->image) @else No Image @endif {{ $popular->category->title ?? 'No Category' }} {{ $popular->title }} {{ $popular->author }}{{ number_format($popular->price, 2) }} ৳{{ $popular->priority }} {{ $popular->status == 1 ? 'Active' : 'De-Active' }}
No popular items found.
{{ $populars->appends(request()->query())->links() }}
@endsection