@include('flash_msg')
                
                    
                        
                            
                                
                                
                                
                                    
                                
                                     
                                {{-- 
                                    
                            
                        
                    
                
            
        Displaying {{$child_categories->count()}} of {{ $child_categories->total() }} child categories.
                                    {{ $child_categories->appends(request()->all())->links() }}
                                
 --}}
                                - 
                                        @if ($child_categories->currentPage() > 1)
                                            
- < @endif @if ($child_categories->currentPage() > 3)
- 1
- ... @endif @foreach(range(max(1, $child_categories->currentPage() - 2), min($child_categories->lastPage(), $child_categories->currentPage() + 2)) as $page)
- {{ $page }} @endforeach @if ($child_categories->currentPage() < $child_categories->lastPage() - 2)
- ...
- {{ $child_categories->lastPage() }} @endif @if ($child_categories->hasMorePages())
- > @endif