@extends('layouts.master') @section('css') @endsection @section('content')
| Sr. No | Name | Contact | Images | Action | @if (count($eventExhibitors) > 0) @php $i = $eventExhibitors->perPage() * ($eventExhibitors->currentPage() - 1) + 1; @endphp @foreach ($eventExhibitors as $eventExhibitor)|||||
|---|---|---|---|---|---|---|---|---|---|
| {{ $i++ }} | {{ $eventExhibitor->name ?? '' }} | {{ $eventExhibitor->email ?? '' }} | {{ $eventExhibitor->contact ?? '' }} | Images ({{ $eventExhibitor->scrollerImages->count() }}) | |||||
| No Data Found | |||||||||