{{ __('frontend.Enter to Course Wait List') }}
@csrf
{{ __('common.Name') }}
*
{{ __('common.Email') }}
*
{{ __('common.Phone Number') }}
*
@php $countries = App\Country::all(); @endphp
{{ __('common.Country') }}
*
{{__('common.Select')}}
@if(isset($countries)) @foreach ($countries as $country)
country == $country->id ? 'selected' : '' }} @endauth>{{@$country->name}}
@endforeach @endif
{{__('common.State')}}
{{__('common.Select')}} {{__('common.State')}}
@if(isset($states)) @foreach ($states as $state)
state==$state->id) selected @endif>{{$state->name}}
@endforeach @endif
{{__('common.City')}}
{{__('common.Select')}} {{__('common.City')}}
@if(isset($cities)) @foreach ($cities as $city)
city==$city->id) selected @endif>{{$city->name}}
@endforeach @endif