@extends('layouts.dashboard.main') {{-- content --}} @section('content')
{!! __("lang.common.count") !!} : {!! $topic_list_count !!}
@if($topic_list_count > 0) @foreach($topic_list as $key => $value) @endforeach @else @endif
  #
{!! $key + 1 !!}
{!! __("lang.error.empty") !!}
@endsection {{-- css --}} @section('css') @stop {{-- js --}} @section('js') @stop