@php $userTestDriveLocation = DB::table('users')->where('id',$testDriveLocation->assigned_task_to)->first(); @endphp
@foreach($employees as $employee)
@php $user = DB::table('users')->where('id',$employee->user_id)->first(); @endphp
@if($testDriveLocation->assigned_task_to != $employee->user_id)
@endif
@endforeach