@extends('shop::layouts.master') @inject ('reviewHelper', 'Webkul\Product\Helpers\Review') @inject ('customHelper', 'Webkul\Velocity\Helpers\Helper') @section('page_title') {{ trim($product->meta_title) != "" ? $product->meta_title : $product->name }} @stop @section('seo') meta_description : \Illuminate\Support\Str::limit(strip_tags($product->description), 120, '') }}"/> @if (core()->getConfigData('catalog.rich_snippets.products.enable')) @endif @php $images = product_image()->getGalleryImages($product); $productImages = []; foreach ($images as $key => $image) { array_push($productImages, $image['medium_image_url']); } $productBaseImage = product_image()->getProductBaseImage($product, $images); @endphp @stop @push('css') @endpush @section('full-content-wrapper') {!! view_render_event('bagisto.shop.products.view.before', ['product' => $product]) !!}