@extends('layouts.master') @section('css') @endsection @section('content')
| Sr. No | Name | Contact | Date | Send Message | @if (count($eventParticipants) > 0) @php $i = $eventParticipants->perPage() * ($eventParticipants->currentPage() - 1) + 1; @endphp @foreach ($eventParticipants as $eventParticipant) @php $user = $eventParticipant->user; @endphp|||||
|---|---|---|---|---|---|---|---|---|---|
| {{ $i++ }} | {{ $user->name ?? '-' }} | {{ $user->email ?? '-' }} | {{ $user->contact ?? '-' }} | {{ $event->created_at ? getTimezoneDateTime($event->created_at, 'd-m-Y | h:i A') : '-' }} | |||||
| No Data Found | |||||||||