{!! Form::select('thread[dtb_board_id]', $board_list, $board['dtb_board_id'], [
'class' => 'form-select',
]) !!}
{!! Form::text('thread[thread_title]', (isset($thread)) ? $thread['thread_title'] : '', [
'class' => 'form-control',
]) !!}
{!! Form::number('thread[seq]', (isset($thread)) ? $thread['seq'] : '', [
'class' => 'form-control',
]) !!}
{!! Form::textarea('thread[remark]', (isset($thread)) ? $thread['remark'] : '', [
'class' => 'form-control',
'rows' => '4',
]) !!}
@for($i = 0; $i <= 1; $i++)
@endfor
@for($i = 0; $i <= 1; $i++)
@endfor