@php $country_code = get_country_code(); $country_name = get_country_name(); @endphp
{{$platform_name}}
  • Live Streaming
  • Live Streaming
  • @foreach($filtered_menu_links as $link) @if(!$link['child'])
  • {{$link['label']}}
  • {{$link['label']}}
  • @else
  • {{$link['label']}}
      @foreach($link['child'] as $child)
    • {{$child['label']}}
    • @endforeach
  • {{$link['label']}}
      @foreach($link['child'] as $child)
    • {{$child['label']}}
    • @endforeach
  • @endif @endforeach
{{ csrf_field() }}
@if(Auth::check())
  • My Account
  • Profile
  • Logout
@else @endif
{{$platform_name}}
@php $country_code = get_country_code(); $country_name = get_country_name(); @endphp
@if(Auth::check())
  • My Account
  • Profile
  • Logout
@else @endif
  • Live Streaming
  • Live Streaming
  • @foreach($filtered_menu_links as $link) @if(!$link['child'])
  • {{$link['label']}}
  • {{$link['label']}}
  • @else
  • {{$link['label']}}
      @foreach($link['child'] as $child)
    • {{$child['label']}}
    • @endforeach
  • {{$link['label']}}
      @foreach($link['child'] as $child)
    • {{$child['label']}}
    • @endforeach
  • @endif @endforeach
@if(Auth::check())
  • My Account
  • Profile
  • Logout
@else @endif
{{ csrf_field() }}
@yield('content')