@extends('layout.container') @section('title', $product->title) @section('meta_tags', $product->meta_tags) @section('meta_description', $product->meta_description) @section('footer_js') @endsection @section('dynamicdata')
@if(file_exists('uploads/products/'.$product->attachment) && $product->attachment != '') @endif
{!! $product->description !!}
Product Inquiry
@include('layout.sidebar')
@stop