@extends($data['layout']) @section('title', $data['page']->meta_title) @section('meta_keywords', $data['page']->meta_keywords) @section('meta_description', $data['page']->meta_description) @push('head-area') @if ($data['layout'] == 'frontend.layouts.mobile') @endif @endpush @section('content')
event page banner event page banner

Upcoming Veterinary Conferences

We at GerVetUSA understand the importance of staying updated and continuous learning in the field of veterinary medicine. We update information on veterinary conferences and trade shows. We aim to offer veterinary professionals a convenient way to gain valuable knowledge and refine their skills by participating in these events.

@if(request('year') || request('month') || request('location')) Reset Filters @else @endif
{{--

List of Veterinary Conferences 2026

--}}
@forelse ($data['allShow'] as $show)
@if($show->image_thumbnail != '') {{ $show->name }} @else
{{ $show->start_date.' / '.$show->end_date }}
{{ $show->name }}
@endif
@php $link = $blog_link = $detail_link = $association_link = ''; if($show->details_link != '') $link = $association_link = $show->details_link; if(trim(strip_tags($show->details)) != null) $link = $detail_link = 'events/'.$show->id.'-'.str_slug($show->name); if($show->link != '') $link = $blog_link = $show->link; @endphp
{{ $show->name }}

{{ $show->location }}

@if($detail_link != '') @endif @if($association_link != '') Visit Now @endif @if($blog_link != '') @endif
@empty

No conferences found for the selected filters.

@endforelse
{{ $data['allShow']->appends(request()->query())->links() }}
@endsection @push('head-area') @endpush