@php $logo = setting('site_logo', ''); $brand = setting('site_brand', ''); $title = isset($title) ? $title : setting('site_homepage_title', ''); @endphp
@foreach ($menu as $item) @if (count($item['children']))
{{$item['name']}} @foreach ($item['children'] as $child) {{$child['name']}} @endforeach
@endif @endforeach
@push('scripts') @endpush