@extends ('layouts.app') @section ('styles') html { height: inherit; } @endsection @section ('content')

Popular Topics

Hint: You are looking at popular topics. If you are interested in the most popular articles instead, click here instead.

@foreach ($topics as $topic) @if ( "" != $topic->name ) {{ ucwords($topic->name) }} ({{ $topic->count }} Articles) @endif @endforeach
@endsection