@if (!auth()->user()->company->profile_completion)
@if (!request()->hasAny('profile', 'social', 'contact', 'complete'))
@endif
@if (request()->has('profile'))
@endif
@if (request()->has('social'))
@endif
@if (request()->has('contact'))
@endif
@elseif(auth()->user()->company->profile_completion)
@else
@if (request()->has('complete'))
@endif
@endif