@php $URL_ATUAL= "http://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]"; $dominio = explode(".", parse_url($URL_ATUAL, PHP_URL_HOST)); $subdominio = $dominio[0]; $portal = App\Account::where('subdomain',$subdominio)->first(); //dd($portal); $menu_items=App\Navigation::where('parent_id',null)->get(); $parent_num=count($menu_items); $menuItems=App\Navigation::orderBy('order','asc')->get(); @endphp
@if($portal->favicon == "") @else @endif