@extends('layouts.dashboard.main') {{-- content --}} @section('content')
@if(isset($board))
スレッド一覧
@if($thread_list_count > 0)
@foreach($thread_list as $key => $value) @endforeach
@else @endif
@endif
@endsection {{-- css --}} @section('css') @stop {{-- js --}} @section('js') @stop