@extends('layouts.dashboard.main') {{-- content --}} @section('content') @include('layouts.dashboard.components.report.nav')
{!! __("lang.common.count") !!} : {!! $board_list_count !!}
@if($board_list_count > 0) @foreach($board_list as $key => $value) @endforeach @else @endif
  # {!! __("lang.form.is_share") !!} {!! implode('', [ __("lang.thread.title"), __("lang.unit.number"), ]) !!} {!! __("lang.board.title") !!} {!! __("lang.form.seq") !!}
{!! $key + 1 !!}
@if($value['is_share'])
@endif
{!! $value['thread_list_count'] !!}
{!! $value['board_title'] !!}
{!! $value['seq'] !!}
{!! __("lang.error.empty") !!}
@endsection {{-- css --}} @section('css') @stop {{-- js --}} @section('js') @stop