app()->delete('employees/{id}', function($id) { response()->json(['for_delete' => $id]); });