@extends('layouts.app') @section('styles') html { height: inherit; } @endsection @section('content')
@foreach ($topics->get() as $topic) @if ( "" != $topic->name ) {{ ucwords($topic->name) }} @endif @endforeach
@endsection