@extends('layouts.app') @section('title', 'Products') @section('content') @livewire('pub.products.products') @endsection