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