@isset($web_information->social->facebook)
-
Facebook
@endisset
@isset($web_information->social->twitter)
-
@endisset
@isset($web_information->social->instagram)
-
Instagram
@endisset
@isset($web_information->social->youtube)
-
Youtube
@endisset
@php
$page_title = $taxonomy->title ?? ($page->title ?? ($page->name ?? ''));
$image_background = $taxonomy->json_params->image_background ?? ($web_information->image->background_breadcrumbs ?? '');
@endphp
{{-- --}}