@extends('layouts.app') @section('content')

Novo Funcionário

Voltar
@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Ex: 5.50 para 5,5% de comissão


@push('scripts') @endpush @endsection