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

This is a Forum package

{{ csrf_field() }}
@foreach($data['categories'] as $category) @endforeach
Category Topics

{{ $category->title }}

{{ $category->description }}
@endsection