@props(['basic' => 'active', 'profile' => 'inactive', 'social_media' => 'inactive', 'contact' => 'inactive'])
@if ($basic === 'active')
{{ __('basic') }}
@if ($profile === 'active')
{{ __('profile') }}
@if ($social_media === 'active')
{{ __('social_media') }}