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

My Favorite Topics

@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, 300, " more..") !!}

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

Not found favorite topics.

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