@php $additionalTab = 0; $employmentTab = 0; $genTab = 0; $noteTab = 0; $taskTab = 0; if(isset($_GET['notes'])){ $noteTab = 1; } if(isset($_GET['task'])){ $taskTab = 1; } @endphp

@if($people->first_name) {{$people->first_name}}  @endif @if($people->last_name) {{$people->last_name}} @endif

@if($people->job_title) {{$people->job_title}}   ·   @endif {{$people->city.', '.$people->state_province}}

@if($people->work_status)
Work Authorization
: {{$people->work_status}}
@endif @if($people->email)
Email
: {{$people->email}}
@endif @if($people->mobile_phone)
Phone
: {{$people->mobile_phone}}
@endif @if($people->available_date)
Date Available
: {{showTimeFormat($people->available_date, 'M d, Y')}}
@endif @if($people->hourly_rate)
Compensation
: ${{$people->hourly_rate}}
@endif
Gigminds.com Link
@if($noteTab == 1)@endif @if($taskTab == 1)@endif