Available Profiles
@foreach ($available_profiles as $profile) @if ($profile->approved == 1) @if ("/".strtolower($profile->name) == Request::route()->getPrefix())
{{$profile->name}}
Current
@else
{{$profile->name}}
@endif @else @endif @endforeach