@yield('seo')
@yield('css') @stack('styles')
{{@$setting_data->email ?? ''}}
{{@$setting_data->phone ?? $setting_data->mobile ?? ''}}
{{@$setting_data->address ?? ''}}
@if(@$setting_data->facebook)
@endif @if(@$setting_data->youtube)
@endif @if(@$setting_data->instagram)
@endif @if(@$setting_data->linkedin)
@endif @if(!empty(@$setting_data->ticktock))
@endif
Home
@if(!empty($top_nav_data)) @foreach($top_nav_data as $nav) @if(!empty($nav->children[0]))
{{ @$nav->name ?? @$nav->title }}
@foreach($nav->children[0] as $childNav)
{{ @$childNav->name ?? @$childNav->title ??''}}
@if(!empty($childNav->children[0]))
@foreach($childNav->children[0] as $key => $lastchild)
{{ @$lastchild->name ?? @$lastchild->title ?? ''}}
@endforeach
@endif
@endforeach
@else
{{ @$nav->name ?? @$nav->title ??''}}
@endif @endforeach @endif
{!! $setting_data->website_description ?? '' !!}
Address
{{@$setting_data->address ?? ''}}
Email
{{@$setting_data->email ?? ''}}
Phone
{{@$setting_data->phone ?? $setting_data->mobile ?? ''}}
@if(@$setting_data->facebook)
@endif @if(@$setting_data->youtube)
@endif @if(@$setting_data->instagram)
@endif @if(@$setting_data->linkedin)
@endif @if(!empty(@$setting_data->ticktock))
@endif
Home
@if(!empty($top_nav_data)) @foreach($top_nav_data as $nav) @if(!empty($nav->children[0]))
{{ @$nav->name ?? @$nav->title }}
@foreach($nav->children[0] as $childNav)
{{ @$childNav->name ?? @$childNav->title ??''}}
@if(!empty($childNav->children[0]))
@foreach($childNav->children[0] as $key => $lastchild)
{{ @$lastchild->name ?? @$lastchild->title ?? ''}}
@endforeach
@endif
@endforeach
@else
{{ @$nav->name ?? @$nav->title ??''}}
@endif @endforeach @endif
Address
{{@$setting_data->address ?? ''}}
Email
{{@$setting_data->email ?? ''}}
Phone
{{@$setting_data->phone ?? $setting_data->mobile ?? ''}}