@csrf @if ($edit) @method('PUT') @endif

Funcionários

Cadastro dos funcionários do estacionamento

@php($nomeError = ($errors->has('nome')))
@if ($nomeError) @endif
@php($emailError = ($errors->has('email')))
@if ($emailError) @endif
@php($celularError = ($errors->has('celular')))
@if ($celularError) @endif
@php($cpfError = ($errors->has('cpf')))
@if ($cpfError) @endif
@if ($edit)
@endif
@include('components.submit-button', ['route' => route('admin.permissoes.index')])