{{ trans_choice('general.categories', 1) }}
                        
                        
                            @foreach ($categories as $slug => $category)
                                
                                    
                                        {{ $category }}
                                    
                                
                            @endforeach
                        
                     
                    
                        
                            {{ trans('modules.popular_this_week') }}
                        
                        @if ($popular)
                            
                                @foreach ($popular->data as $item)
                                    
                                        
                                            @foreach ($item->files as $file)
                                                @if (($file->media_type == 'image') && ($file->pivot->zone == 'thumbnail'))
                                                     @endif
                                            @endforeach
                                                @endif
                                            @endforeach
                                            
                                                
                                                    {!! $item->name !!}
                                                
                                                
                                                    
                                                        {!! $item->description !!}
                                                    
                                                 
                                             
                                        
                                     
                                @endforeach
                            
                        @else
                        @endif
                    
 
                 
             
         
        
     
    
        
            
                {{ trans('modules.home') }}
            
        
        
            
                {{ trans('modules.new') }}
            
        
        
            
                {{ trans('modules.top_paid') }}
            
        
        
            
                {{ trans('modules.top_free') }}