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

Editar Funcionário

@csrf @method('PUT') @include('employees._form')
@endsection