@if($booking->attendees->isNotEmpty())
| @lang('eventmie-pro::em.name') | @lang('eventmie-pro::em.phone') | @lang('eventmie-pro::em.address') | @lang('eventmie-pro::em.seat') |
|---|---|---|---|
| {{$attendee->name}} | {{$attendee->phone}} | {{$attendee->address}} | {{ !empty($attendee['seat']) ? $attendee['seat']['name'] : '' }} |