@foreach ($alluserProfiles as $profile)
@if("/".strtolower($profile->profile_name) == Request::route()->getPrefix())
{{$profile->profile_name}}'s Supporting Document
@if($profile->profile_id == 5)
@else
{{--
LEVEL:
@if($profile->level == 1)
New
@elseif($profile->level == 2)
State
@elseif($profile->level == 3)
National
@elseif($profile->level == 4)
International
@endif
{{--------------------------All Profiles Section End=====---------------}}
{{--------------------------Apply For New Profile Section Start=====---------------}}