@extends('backend::layouts.app') @section('content') Applicants @foreach($applicants as $applicant) @endforeach
Webinar Email First name Last name Phone Profession Country Date Actions
@if ($applicant->course->published) {{ $applicant->course->name }} @else {{ $applicant->course->name }} @endif {{ $applicant->email }} {{ $applicant->fname }} {{ $applicant->lname }} {{ $applicant->phone }} {{ $applicant->profession }} {{ $applicant->country }} {{ app_datetime($applicant->created_at) }} Show
@csrf @method('delete')
@endsection