App show category issue solved..
This commit is contained in:
		@@ -42,7 +42,9 @@
 | 
				
			|||||||
                        <div class="flex justify-between">
 | 
					                        <div class="flex justify-between">
 | 
				
			||||||
                            <span>
 | 
					                            <span>
 | 
				
			||||||
                                @foreach ($module->categories as $module_category)
 | 
					                                @foreach ($module->categories as $module_category)
 | 
				
			||||||
                                    <a href="{{ route('apps.categories.show', $module_category->slug) }}">{{ $module_category->name }}</a> </br>
 | 
					                                    <a href="{{ route('apps.categories.show', $module_category->slug) }}" class="text-sm">
 | 
				
			||||||
 | 
					                                        {{ $module_category->name }}
 | 
				
			||||||
 | 
					                                    </a>
 | 
				
			||||||
                                @endforeach
 | 
					                                @endforeach
 | 
				
			||||||
                            </span>
 | 
					                            </span>
 | 
				
			||||||
                        </div>
 | 
					                        </div>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user