@extends('layouts.app') @section('page-title', !empty($productInfo['title']) ? strip_tags($productInfo['title']) : strip_tags($productInfo['product_description'])) @section('meta-description', !empty($productInfo['product_description']) ? strip_tags($productInfo['product_description']) : strip_tags($productInfo['title'])) @section('meta-keyword', $productInfo['manufacturer_part_number'], $productInfo['manufacturer_part_number'] . ' ' . $productInfo['brand_name'], $productInfo['brand_name'] . ' ' . $productInfo['manufacturer_part_number']) @section('head-scripts') @endsection @section('body-content')
{{ substr(strip_tags($productInfo['product_description']), 0, 150) }}...
@endif{{ config('constants.license_require') }}
@endif {{--