@extends('shop::layouts.master')
@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
Fatal error: Uncaught Error: Call to undefined function product_image() in /home/flighto/e-commerce2/resources/themes/default/views/products/view.blade.php:18
Stack trace:
#0 {main}
thrown in /home/flighto/e-commerce2/resources/themes/default/views/products/view.blade.php on line 18