@if($GLOBALS['project_app']['result']['theme_id'] == 1)
@if(empty($menu['children']))
@if($menu['external_url'] != NULL)
{{ $menu['name'] }}
@else
{{ $menu['name'] }}
@endif
@else
@if($menu['external_url'] != NULL)
{{ $menu['name'] }}
@else
{{ $menu['name'] }}
@endif
@endif
@else
@if(empty($menu['children']))
@else
@foreach($menu['children'] as $children)
@include('layouts.partials.menu', ['menu' => $children, 'key' => null])
@endforeach
@endif
@endif