@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 @endforeach
Publicar em Manutenção
{{ $formattedName }} {!! Form::open(['route' => ['advicePublicationLaws.destroy', $advicePublicationLaw->id], 'method' => 'delete']) !!}
@shield('advicePublicationLaws.show')@endshield @shield('advicePublicationLaws.edit')@endshield @shield('advicePublicationLaws.delete') @endshield
{!! Form::close() !!}