@extends ('layouts.app') @section ('styles') @include ('layouts.footer-style') 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.

Hint: For a list of all topics please click here.

@foreach ($topics as $topic) @if ( "" != $topic->name ) {{ ucwords($topic->name) }} ({{ $topic->count }} Articles) @endif @endforeach
@endsection @section ('footer') @include ('layouts.footer') @endsection