@extends('layouts.app') @section('content')
   

 Search Forums

       
@foreach ($categories as $category) @endforeach
Forum   Threads     Posts    Last Post 
{{ config('app.name') }}
{{ $category->name }}
{{ $category->description }}
{{ $category->threads()->count() }} {{ $category->threads()->count() + $category->posts()->count() }} {{ $category->updated_at->diffForHumans() }}

       
@endsection