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