@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
  # {!! __("lang.form.is_share") !!} {!! implode('', [ __("lang.report.title"), __("lang.unit.number"), ]) !!} {!! __("lang.topic.topic_title") !!}
{!! $key + 1 !!}
@if($value['is_share'])
@endif
{!! $value['report_list_count'] !!}
{!! $value['topic_title'] !!}
{!! __("lang.error.empty") !!}
@endsection {{-- css --}} @section('css') @stop {{-- js --}} @section('js') @stop