@if (! empty($title) && $title->isNotEmpty())
            {!! $title !!}
        @elseif ($attributes->has('title'))
            
                {!! $attributes->get('title') !!}
            
        @endif
        @if ($attributes->has('route'))
            
        @endif
    
            @foreach ($modules as $item)
                
            @endforeach
        
        @if ($seeMore)
            
                
                
                
            
        @endif
    @else
        
    @endif