@extends('website.layout.master') @section('title') Details @endsection @section('content')

Product Details

  • Home
  • Product Details

{{ $product->name }}

@if(!empty($product->cut_price)) {{ "$".$product->cut_price }} @endif {{ "$".$product->price }}
{!! $product->description !!}
@endsection @section('script') @endsection