@extends('theme2.master') @section('title','Best Selling') @section('content') @include('admin.message') @if(! $bestselling->isEmpty() && $hsetting->bestselling_enable && isset($bestselling) && count($bestselling) > 0 )
@endif