@php $searchAnesTechnique= file_get_contents(htdocs("config/or/searchAnesTechnique.json")); $searchORTeam = file_get_contents(htdocs("config/or/searchORTeam.json")); $searchSDLOCOR = file_get_contents(htdocs("config/or/searchSDLOCOR.json")); $anes = jsonDecode($searchAnesTechnique); $clinic = jsonDecode($searchORTeam); $department = jsonDecode($searchSDLOCOR); @endphp