@csrf @if ($edit) @endif

Benefícios

Cadastro dos benefícios oferecidos pela CAARO

@php($nomeError = ($errors->has('nome')))
@if ($nomeError) @endif
@if ($edit)
@endif @include('components.submit-button', ['route' => route('admin.permissoes.index')])
@include('components.mobile.mobile-actions-internas')