@extends('front.include.app') @section('title') Product Detail @endsection @section('content')
{!! $single_product->description ? : '' !!}
Price: $ {!! $single_product->price ? : '' !!}
Shipping Price are Included