@if(is_numeric($canned->canned_id))
{{ str_limit($canned->canned_title ?? '---', 100) }}
{{ $canned->category_name }}
@endif