@extends('layouts.back-end.app') @section('title', translate('most_demanded')) @section('content')
{{ translate('SL') }} | {{ translate('banner') }} | {{ translate('product') }} | {{ translate('published') }} | {{ translate('action') }} |
---|---|---|---|---|
{{ $mostDemandedProducts->firstItem()+ $key}} |
|
@if(isset($mostDemanded->product->name)) {{ $mostDemanded->product->name }} @else {{ translate('no_product_found') }} @endif | @if(isset($mostDemanded->product->status ) && $mostDemanded->product->status == 1) @else @endif |