@extends('layouts.app') @section('title', 'Products') @php $breadcrumbs = [['label' => 'Masters', 'url' => '#'], ['label' => 'Products']]; @endphp @section('content')
Manage your product catalog
{{ $product->category ?? '' }}
No products found. Create your first product to get started.