@extends('task/layout') @section('content')
@if(request('show_all')) 登録されている全てのルーブリック(親・子)を表示中 @else 登録されているルーブリックの一覧です(親ルーブリックのみ表示) @endif
{{ Str::limit($rubric->description, 100) }}