@php $types = json_decode($types); (in_array($type, App\Models\Document::non_editable_document_types())) ? $editable_type = false : $editable_type = true; @endphp