@extends('backend.dashboard') @section('content')
SI |
Image |
Category Title |
Title |
Author |
{{-- Price | --}}
Priority |
Status |
Action |
|---|---|---|---|---|---|---|---|---|
| {{ $populars->firstItem() + $key }} |
@if($popular->image)
|
{{ $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. | ||||||||