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