@extends('back.layouts.pages-layout') @section('pageTitle', isset($pageTitle) ? $pageTitle: 'Events Applicants') @section('content')
| Name | Phone | Location | Event | Date | |
|---|---|---|---|---|---|
| {{$items->name}} | {{$items->email}} | {{$items->phone}} | {{$items->location}} | {{$items->events->title}} | {{$items->created_at->diffForHumans()}} |
This is no applicant for this event
|
@endforelse