@extends('layouts.app')
@section('title', 'Marketplace')
@section('content')
Shop By Categories No Products Found{{ $page->name }}
{{ $slug != null ? ' - ' . $selected_category->name : '' }}
@endif
Featured Sellers
@foreach ($seller as $key => $value)
@endforeach
@endif
@foreach ($categories as $inner_key => $inner_value)
{{ $selected_category->name ?? '' }}
@if ($products->isNotEmpty())