@php $m = $material ?? null; $tagsValue = $m ? $m->tags->pluck('name')->implode(', ') : ''; @endphp
@if ($m) @endif
Cancelar