@extends('layouts.app') @section('title', 'Join the Network') @section('content') @if (request()->boolean('registered'))

Thank You!

Thank you for expressing your interest in Tinubu Global Angels.

Your information has been received and may be reviewed by the appropriate organizational coordination team.

Back to Home
@else
@foreach ([ 'Full Name' => 'text', 'Phone Number' => 'tel', 'Email Address' => 'email', 'State' => 'text', 'Local Government Area' => 'text', 'Country' => 'text', 'Profession' => 'text', 'Organization' => 'text', 'Area of Interest' => 'text', 'Preferred Chapter or Zone' => 'text', 'How Would You Like to Participate?' => 'text', ] as $label => $type)
in_array($label, ['Full Name', 'Email Address', 'How Would You Like to Participate?'])])>
@endforeach
@endif @endsection