@extends('layouts.app') @section('title', $item->item_name . ' - MyTelecom') @section('og_title', $item->item_name) @section('og_description', Str::limit(strip_tags($item->description), 160)) @section('og_image', asset($item->main_img)) @section('og_url', route('product.show', $item->id)) @section('og_type', 'product') @section('content')