@extends('layout.app') @section('title', __('new_employee')) @section('content')
@csrf
@include('employee.form')
@endsection