@extends('frontend.layouts.master') @section('meta') @endsection @section('title','E-SHOP || PRODUCT DETAIL') @section('main-content')
Rs.{{ number_format($after_discount, 2) }}
@if($product_detail->discount > 0)
Rs.{{ number_format($product_detail->price, 2) }}
@endif
{!! $product_detail->summary !!}
Category :{{$product_detail->cat_info['title']}}
@if($product_detail->sub_cat_info)Sub Category :{{$product_detail->sub_cat_info['title']}}
@endifStock : @if($product_detail->stock>0){{$product_detail->stock}}@else {{$product_detail->stock}} @endif
{!! ($product_detail->description) !!}
Add A Review
Your email address will not be published. Required fields are marked
Your Rating *
You need to Login OR Register
@endauth