@csrf @if ($edit) @endif

Categorias

Cadastro das categorias dos parceiros

@php($nameError = ($errors->has('name')))
@if ($nameError) @endif
@if ($edit)
@endif
@include('components.submit-button', ['route' => route('admin.permissoes.index')])
@section('styles') @endsection @section('scripts') @endsection @include('components.mobile.mobile-actions-internas')