@if (url()->current() === route('user.profile', [$data['id'], 'official']))
@endif
@if (url()->current() === route('user.profile', [$data['id'], 'personal']))
@endif
@if (url()->current() === route('user.profile', [$data['id'], 'financial']))
@endif
@if (url()->current() === route('user.profile', [$data['id'], 'salary']))
@endif
@if (url()->current() === route('user.profile', [$data['id'], 'emergency']))
@endif
@if (url()->current() === route('user.profile', [$data['id'], 'security']))
@endif
@if (url()->current() === route('user.profile', [$data['id'], 'company']))
@endif