@if(Auth::check()) @php $user_id=Auth::user()->id @endphp @else @php $user_id ='' @endphp @endif

{!! $pageTitle !!}

@if(!empty($message))

{{ $message }}

@endif @php $i=0; $forums = $forum; @endphp @foreach($forum as $forum)

{{ $forum->forum_topic }}

@php $content=$forum->forum_content @endphp

{{ strip_tags($content) }}

@if(count($anscount)>0) @foreach($anscount as $c) @if( $forum->forum_id == $c->forum_id) @php $cc=1 @endphp

{!! $c->total !!}

{!!Lang::get('core.Answers')!!}

@php break @endphp @else @php $cc=0 @endphp @endif @endforeach @if($cc==0)

0

{!!Lang::get('core.Answers')!!}

@endif @endif

{!! Lang::get('core.Created_By') !!}   :  {{$forum->username}}   -  {{$forum->name}}   -  {!! SiteHelpers::changeFormat($forum->created_at) !!}

@if( Auth::check() ) @if(Auth::user()->id == $forum->created_by ) @endif @endif
@endforeach @if(count($forums)>0){!! str_replace('/?', '?', $forums->render()) !!} @endif

{!! Lang::get('core.Categories')!!}

@if( Auth::check() )
@endif