@extends('front.include.app') @section('title') Product Detail @endsection @section('content')

Product Detail

{{-- @dd($single_product->all())--}}
img

{{$single_product->name ? : ''}}

{!! $single_product->description ? : '' !!}

Price: $ {!! $single_product->price ? : '' !!}

Shipping Price are Included

@if($single_product->stock > 0) @else Out Off Stock
@endif
@endsection @section('script') @endsection