@extends('layouts.frontendapp') @section('title', config('app.name')) @section('meta') @endsection @section('content')
Exhibitors

Exhibitors Showcasing Innovation Across All Industries

Back {{-- --}}
@if(!empty($exhibitors)) @foreach($exhibitors as $exhibitor)
@if( !empty($exhibitor->contentIconFile) ) @else {{shortenName($exhibitor->name)}} @endif
Exhibitor {{$exhibitor->name ? truncateString($exhibitor->name, 30) : ''}}
Booth Number {{$exhibitor->booth ?? 'NA'}}
Event Name {{$event->title ? truncateString($event->title, 40) : 'NA'}}
View More
@endforeach
{{ $exhibitors->links() }}
@endif
@endsection