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

My 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

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

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

Silent as the antarctica, right?

Let's start your first discussion before we freeze...

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