@extends('front.layouts.app') @push('title', $product->name) @push('description', $product->description) @if ($product->img) @push('og_image', asset($product->img)) @else @push('og_image', asset($product->category->img)) @endif @section('content')
{{ $product->description }}
@endif @if ($product->whatsapp) @endif @if ($product->demo_url || $product->admin_demo_url)