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

Following

Use the 'Follow' link or icon to subscribe to topics or forums and never miss another moment.

@if(count($data['topic_list'])>0)
@foreach($data['topic_list'] as $topic) @php $topic_url = route("topicdetail",$topic->ft_slug); @endphp

You'll get a notification whenever someone comments on this topic.

Turn OFF Notifications

You'll no longer get notifications about this topic.

Turn On Notifications

You won't see this topic in your timeline.

Undo

{!! Str::limit($topic->ft_desc, 500, " more..") !!}

@endforeach {{ $data['topic_list']->links() }}
@else

Someone was here, I can feel it!

Find your answers, start your first post...

@endif
@include('user/includes/forumSidebar')
@endsection @section('scripts') @stop