@extends('layouts.partials.master') @section('title', 'Produtos do Cabaz') @push('styles') @endpush @section('content')
Produto
Nome: {{ $product->name }}
Categoria: {{ $product->category->name ?? null }}
Loja: {{ $product->store->commercial_name ?? null }}
Cabaz
Título: {{ $bundle->title }}
Descrição: {{ $bundle->description }}