@extends('adminlte::page') @section('title', 'Webinar Registration') @push('css') @endpush @section('content_header')
Sr. No. | Name | Phone | Marketing Consent | Registered On | Actions | |
---|---|---|---|---|---|---|
{{ $applications->firstItem() + $index }} | {{ $application->first_name }} {{ $application->last_name }} | {{ $application->email }} | {{ $application->phone }} | @if ($application->marketing_consent) Yes @else No @endif | {{ $application->created_at->format('M d, Y h:i A') }} | View |
No webinar registrations found. |