@extends('themes.cloth.layouts.master') @section('title', 'All Products — ' . ($setting->name ?? 'Store')) @section('content') @include('themes.shared.products-list-content') @endsection