• {{$m['label']}} / {{ \Illuminate\Support\Str::limit($m['link'], $limit = 30, $end = '...') }} |{{$m['id']}}|
    {{-- @if($key == 0) show @endif --}}
    @if (isset($m['child']) && count($m['child']) > 0)
      @foreach($m['child'] as $_m) @include('nguyendachuy-menu::partials.loop-item', ['m' => $_m, 'key' => 1]) @endforeach
    @endif