@extends('layouts.mainlayout') @php $websitedata=get_website(); @endphp @section('title',$exhibitor->metatitle??$websitedata->default_metatitle) @section('description',$exhibitor->metadescription??$websitedata->default_metadescription) @section('keywords', $exhibitor->metakeywords??$websitedata->default_metakeywords) @section('canonical', route('exhibitor.detail',[$exhibitor->companyname])??url('/')) @section('og:type',$exhibitor->metatitle??'article') @section('og:url',route('exhibitor.detail',[$exhibitor->companyname])??url('/')) @section('og:title',$exhibitor->metatitle ??$websitedata->default_metatitle) @section('og:description',$exhibitor->metadescription ??$websitedata->default_metadescription) @section('twitter:card',$exhibitor->metatitle??'article') @section('twitter:url',route('exhibitor.detail',[$exhibitor->companyname])??url('/')) @section('twitter:title',$exhibitor->metatitle ??$websitedata->default_metatitle) @section('twitter:description',$exhibitor->metadescription ??$websitedata->default_metadescription) @section('content')
@endif
{{Str::limit(strip_tags($exhibitor->companyabout),50,'...')}}
--}} More