@extends('theme::layout.public') @section('seo_title'){{ parse_seo_template('seo_index_title','default') }}@endsection @section('jumbotron') @if(Auth()->guest()) @endif @endsection @section('content')

最新推荐

最新问题 »

悬赏问题 »

@if($hotExperts)

推荐专家 »

@foreach($hotExperts as $expert)
{{ $expert->real_name }}

{{ str_limit($expert->real_name,10,'') }}

{{ str_limit($expert->title,16,'') }} 

向TA提问

@endforeach
@endif

热门文章 »

最新文章 »

@if($hotUsers)

活跃用户 »

@endif
@endsection