{{ $setting['site_main_logo'] ? get_media($setting['site_main_logo'])->alt : 'Adventures Planner' }}
24 x 7 Support / Telegram / WHATSAPP
{{ $setting['site_phone'] ?? '' }}
Email
{{ $setting['site_email'] ?? '' }}
@if ($socialdata->isNotEmpty())
@foreach ($socialdata as $data) @endforeach
@endif
@php $menus = getMenus(1); @endphp @if ($menus)
    @foreach ($menus as $key => $value) @php $mainclass = isset($value->children) ? ' dropdown' : ''; @endphp
  • children) ? ' data-bs-toggle="dropdown" role="button" aria-expanded="false"' : '' }}>{{ $value->name ?? $value->title }} @if (isset($value->children)) @endif @if (isset($value->children))
      @foreach ($value->children as $key => $child) @foreach ($child as $key => $data) @php $subclass = isset($data->children) ? 'dropdown' : ''; @endphp
    • {{ $data->name ?? $data->title }} @if (isset($data->children)) @endif @if (isset($data->children))
        @foreach ($data->children as $key => $subchild) @foreach ($subchild as $key => $subdata)
      • {{ $subdata->name ?? $subdata->title }} @if (isset($subdata->children)) @endif @if (isset($subdata->children))
          @foreach ($subdata->children as $key => $sschild) @foreach ($sschild as $key => $sbdata)
        • {{ $sbdata->name ?? $sbdata->title }} {!! isset($sbdata->children) ? '' : '' !!}
        • @endforeach @endforeach
        @endif
      • @endforeach @endforeach
      @endif
    • @endforeach @endforeach
    @endif
  • @endforeach
@endif