A new contributor form submission has been received. Below are the details provided by the contributor:
Full Legal Name:
{{ $admin_details['full_legal_name'] ?? '-'}}
|
|
Email Address:
{{ $admin_details['email'] ?? '-' }}
|
|
Phone Number:
{{ $admin_details['phone_number'] ?? '-' }}
|
|
Current City and Country:
{{ $admin_details['city_country'] ?? '-' }}
|
|
Type of Contributor:
{{ $admin_details['contributor_type'] ?? '-' }}
|
|
Type of Contribution Offered:
{{ $admin_details['contribution_type'] ?? '-' }}
|
|
Professional Background:
{{ $admin_details['professional_background'] ?? '-' }}
|
|
Interest Areas:
{{ $admin_details['interest_areas'] ?? '-' }}
|
|
LinkedIn/Portfolio URL:
@if(!empty($admin_details['website_url']))
{{ $admin_details['website_url'] }}
@else
-
@endif
|
|
Please review the submission and take appropriate action. You can contact the contributor at:
@if(!empty($admin_details['email']))
{{ $admin_details['email'] }}
@else
-
@endif