@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')

{{$exhibitor->companyname??''}}

{{--
exhibitor Detail
--}}

{{$exhibitor->companyname??''}}

{!! $exhibitor->companyabout??'' !!}
{{-- @include('includes.latest_exhibitors')--}}

Contact details

  • @if(isset($exhibitor->companylogo) && Storage::cloud()->has('exhibitors/company-logo/'.$exhibitor->companylogo)) exhibitor @else @endif
  • {{$exhibitor->companyname??''}}
  • {{$exhibitor->companyemail??''}}
  • {{$exhibitor->companywebsite??''}}

{{$exhibitor->companyname}} Images

{{$exhibitor->companyname}} Projects

@if(isset($exhibitorprojects) && count($exhibitorprojects)>0) @foreach($exhibitorprojects as $project)
@endforeach @else Coming Soon... @endif
{{ $exhibitorprojects->links() }} {{----}}
@endsection