@extends('seller.layouts.app') @section('title') Product Attribute @endsection @section('breadcrumbs')
| Title | Category | Price |
|---|---|---|
| {{ $product->title }} | {{ $product->category->name }} |
@if ($product->sale_price)
$ {{ $product->sale_price }} |