@php $typeData = null; if ($type == 'homes') { $typeData = 'home'; } elseif ($type == 'employees') { $typeData = 'employee'; } elseif ($type == 'vehicles') { $typeData = 'vehicles'; } else { $typeData = 'resident'; } @endphp