@if($backButton) Back @endif
@include('private.people.headerSection')
@php $msgtab = 0; $noteTab = 0; $genTab = 0; $taskTab = 0; if(isset($_GET['notes'])){ $noteTab = 1; } if(isset($_GET['task'])){ $taskTab = 1; } $sharingFormRequired = 1; $personProfileRecords = $record->personProfile; if( !empty($personProfileRecords) && !empty($personProfileRecords->job_title) && !empty($personProfileRecords->skills) && !empty($personProfileRecords->experience_level) && !empty($personProfileRecords->location_preference) && !empty($personProfileRecords->country) && !empty($personProfileRecords->available_date) && !empty($personProfileRecords->billing_rate) && !empty($personProfileRecords->billing_rate_type) && !empty($personProfileRecords->billing_rate_currency) ){ $sharingFormRequired = 0; } @endphp
@if($noteTab == 1)@endif