@foreach($topic as $t)
{{$t->subject}}
{{$t->message}}
Posted By: {{$t->email}}Date: {{$t->date}}
@endforeach
@foreach($lostFoundReplies as $one)
{{$one->message}}
Reply By: {{$one->email}}
{{$one->date}}
@if ($one->residentId === session()->get('resident_id'))
@endif
@endforeach
{{ $lostFoundReplies->appends(Request::except('page'))->links() }}