@extends('layouts.app') @push('style') @endpush @section('main')
Brand: {{ $product->brand }}
@endif @if ($product->model)Model: {{ $product->model }}
@endif @if ($product->type)Product category: {{ $product->type }}
@endif @if ($product->name)Product Name: {{ $product->name }}
@endif @if ($product->stock)Stock: {{ $product->stock }}
@endif