@extends('frontend.layouts.app') @section('title', $data['show']->name . ' - ' . app_name()) @php $url = URL::current(); if($data['show']->status == 'N') $no_index = 'NOINDEX'; $link = $blog_link = $association_link = ''; if($data['show']->details_link != '') $link = $association_link = $data['show']->details_link; if($data['show']->link != '') $link = $blog_link = $data['show']->link; @endphp @section('title', $data['show']->meta_title) @section('meta_title', $data['show']->meta_title) @section('meta_keywords', $data['show']->meta_keywords) @section('meta_description', $data['show']->meta_description) @section('meta_url', URL::Current()) @section('page_title', 'title', $data['show']->name . ' - ' . app_name()) @section('product_description',$data['show']->meta_description) @php if($data['show']->image != '' || $data['show']->image != null) $image = '/up_data/shows/'.$data['show']->image; else $image = 'https://www.germedusa.com/design/assets/images/og_imag_logo.png'; use Illuminate\Support\Str; @endphp @section('image',$image) @section('image:width', "1200") @section('image:height', "630") @push('head-area') @endpush @if(isset($no_index)) @push('head-area') @endpush @endif @section('content')
@include('includes.partials.bread-crumbs')

{{ $data['show']->name }}

@if($data['show']->image == '') {{ $data['show']->name }} @endif @if($data['show']->image != '') {{--
--}} {{ $data['show']->name }} {{--
--}} @endif {!! $data['show']->details !!}
@if($association_link != '') Visit Now @endif @if($blog_link != '') Learn More @endif Book Appointment
{{ $data['show']->name }} from {{ date('M d, Y', strtotime($data['show']->start_date)) }} to {{ date('M d, Y', strtotime($data['show']->end_date)) }} @if($data['show']->booth != '') at Booth # {{ $data['show']->booth }} @endif
@endsection