| Publicar em | Manutenção | @foreach($advicePublicationLaws as $advicePublicationLaw) @php $formattedName = html_entity_decode($advicePublicationLaw->name, ENT_QUOTES, 'UTF-8'); $formattedName = preg_replace('/<\s*br\s*\/?\s*>/i', "\n", $formattedName); $formattedName = preg_replace('/<\s*\/p\s*>/i', "\n\n", $formattedName); $formattedName = strip_tags($formattedName); $formattedName = trim($formattedName); @endphp
|---|---|
| {{ $formattedName }} | {!! Form::open(['route' => ['advicePublicationLaws.destroy', $advicePublicationLaw->id], 'method' => 'delete']) !!} {!! Form::close() !!} |