@extends('back.layouts.pages-layout') @section('pageTitle', isset($pageTitle) ? $pageTitle: 'Events Applicants') @section('content')

Applications

@forelse ($applicants as $items) @empty @endforelse
Name Email 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
{{-- modal --}} {{-- quote modal --}}
@endsection @push('scripts') @endpush